aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/TargetAttributesSema.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith1-1/+1
2011-02-17Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead.NAKAMURA Takumi1-2/+1
2011-02-17Fix whitespace.NAKAMURA Takumi1-1/+0
2010-12-191. Add some ABI information for the Microblaze.Wesley Peck1-0/+51
2010-08-25Split out a header to hold APIs meant for the Sema implementation from Sema.h.John McCall1-1/+1
2010-08-25Remove Sema.h's dependency on DeclCXX.h.John McCall1-1/+2
2010-08-18Generate Attr subclasses with TableGen.Alexis Hunt1-7/+7
2010-08-12Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor1-1/+1
2010-02-21Don't emit a warning about a dllimport attribute being used in a typedefTed Kremenek1-2/+6
2010-02-18Also don't warn about force_align_arg_pointer on function typedefs. (This willCharles Davis1-1/+2
2010-02-18Two fixes related to force_align_arg_pointer:Charles Davis1-2/+7
2010-02-17Revert r95939, as suggested by Alexandre Julliard from the Wine project (andCharles Davis1-6/+4
2010-02-16dllimport and dllexport are declspec attributes, too. They're alsoCharles Davis1-0/+88
2010-02-11Warn about using the new force_align_arg_pointer attribute on a functionCharles Davis1-4/+6
2010-02-10Fix a potential null-pointer use, and fix the style of my new function.Charles Davis1-2/+2
2010-02-10Add support for the force_align_arg_pointer attribute. This is an x86-specificCharles Davis1-0/+42
2010-01-10Generalize target weirdness handling having proper layering in mind:Anton Korobeynikov1-0/+86