summaryrefslogtreecommitdiffstats
path: root/lib/Sema/TargetAttributesSema.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split out a header to hold APIs meant for the Sema implementation from Sema.h.John McCall2010-08-251-1/+1
* Remove Sema.h's dependency on DeclCXX.h.John McCall2010-08-251-1/+2
* Generate Attr subclasses with TableGen.Sean Hunt2010-08-181-7/+7
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-121-1/+1
* Don't emit a warning about a dllimport attribute being used in a typedefTed Kremenek2010-02-211-2/+6
* Also don't warn about force_align_arg_pointer on function typedefs. (This willCharles Davis2010-02-181-1/+2
* Two fixes related to force_align_arg_pointer:Charles Davis2010-02-181-2/+7
* Revert r95939, as suggested by Alexandre Julliard from the Wine project (andCharles Davis2010-02-171-6/+4
* dllimport and dllexport are declspec attributes, too. They're alsoCharles Davis2010-02-161-0/+88
* Warn about using the new force_align_arg_pointer attribute on a functionCharles Davis2010-02-111-4/+6
* Fix a potential null-pointer use, and fix the style of my new function.Charles Davis2010-02-101-2/+2
* Add support for the force_align_arg_pointer attribute. This is an x86-specificCharles Davis2010-02-101-0/+42
* Generalize target weirdness handling having proper layering in mind:Anton Korobeynikov2010-01-101-0/+86