summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added parsing/sema support for __attribute__ ((IBOutlet)), a clang-specific a...Ted Kremenek2008-07-151-0/+17
* make the rest of the decl attribute processing methods beChris Lattner2008-06-291-163/+160
* make most of Sema public. Sema is a class private to the Sema library Chris Lattner2008-06-291-36/+36
* move a few methods, no other change.Chris Lattner2008-06-291-74/+75
* handle type attributes when converting types, not when processing decls.Chris Lattner2008-06-291-16/+1
* Make ProcessDeclAttributes walk the declarator structure pulling Chris Lattner2008-06-291-20/+44
* move some code from all callers of ProcessDeclAttributes into Chris Lattner2008-06-291-2/+4
* more attribute refactoring/renaming, no functionality change.Chris Lattner2008-06-281-32/+35
* more minor tidiness.Chris Lattner2008-06-281-17/+12
* more cleanups, refactor HandleVectorTypeAttributeChris Lattner2008-06-281-29/+43
* adjust the prototypes of a bunch of decl processing methods to take Chris Lattner2008-06-281-129/+132
* the 'mode' attribute is a decl attribute, not a type attribute. Move it toChris Lattner2008-06-271-15/+128
* move decl attribute processing to a new SemaDeclAttr.cpp.Chris Lattner2008-06-261-0/+655
OpenPOWER on IntegriCloud