Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ccf43ca05cb1540f3d95a73b7b329bf926808c7b
/
clang
/
lib
/
Sema
/
TargetAttributesSema.cpp
e200f1c
Refactor all the
by Rafael Espindola
· 13 years ago
c67f223
Fix an old (2009) FIXME:
by Rafael Espindola
· 13 years ago
3c9d947
Process attributes in the order they appear in the source code. This make clang
by Rafael Espindola
· 13 years ago
bbafb8a
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
by David Blaikie
· 14 years ago
7827da0
Fix compiler warning about && in ||.
by Benjamin Kramer
· 14 years ago
271002f
Support dllimport and dllexport on x86-64 Windows. PR10978. Patch by Ruben Van Boxem.
by Eli Friedman
· 14 years ago
0706d20
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear that this flag must be used only for Microsoft extensions and not emulation; to avoid confusion with the new LangOptions::MicrosoftMode flag.
by Francois Pichet
· 14 years ago
309b4c4
Keep the source range of attributes. Depends on a llvm tablegen commit.
by Argyrios Kyrtzidis
· 14 years ago
e8bbc12
Extend the ASTContext constructor to delay the initialization of
by Douglas Gregor
· 14 years ago
dda56e4
Support for C++11 (non-template) alias declarations.
by Richard Smith
· 14 years ago
31ea2f1
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead.
by NAKAMURA Takumi
· 15 years ago
029d74b
Fix whitespace.
by NAKAMURA Takumi
· 15 years ago
36a1f68
1. Add some ABI information for the Microblaze.
by Wesley Peck
· 15 years ago
8302463
Split out a header to hold APIs meant for the Sema implementation from Sema.h.
by John McCall
· 15 years ago
28a0cf7
Remove Sema.h's dependency on DeclCXX.h.
by John McCall
· 15 years ago
dcfba7b
Generate Attr subclasses with TableGen.
by Alexis Hunt
· 15 years ago
c3a6ade
Move Sema's headers into include/clang/Sema, renaming a few along the way.
by Douglas Gregor
· 15 years ago
1979007
Don't emit a warning about a dllimport attribute being used in a typedef
by Ted Kremenek
· 16 years ago
9fcead7
Also don't warn about force_align_arg_pointer on function typedefs. (This will
by Charles Davis
· 16 years ago
cb9572e
Two fixes related to force_align_arg_pointer:
by Charles Davis
· 16 years ago
61170a1
Revert r95939, as suggested by Alexandre Julliard from the Wine project (and
by Charles Davis
· 16 years ago
163855f
dllimport and dllexport are declspec attributes, too. They're also
by Charles Davis
· 16 years ago
a90f7ca
Warn about using the new force_align_arg_pointer attribute on a function
by Charles Davis
· 16 years ago
42b3842
Fix a potential null-pointer use, and fix the style of my new function.
by Charles Davis
· 16 years ago
bbc0aa5
Add support for the force_align_arg_pointer attribute. This is an x86-specific
by Charles Davis
· 16 years ago
55bcea1
Generalize target weirdness handling having proper layering in mind:
by Anton Korobeynikov
· 16 years ago