summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup objc's gc attributes code no longer needed.Fariborz Jahanian2009-02-181-31/+2
* Attribute 'iboutlet' can be applied to Objective-C property declarations.Ted Kremenek2009-02-171-3/+3
* Diagnose non-power-of-2 arguments to attribute aligned.Daniel Dunbar2009-02-161-0/+6
* add parser and type checking support for attribute((objc_exception)).Chris Lattner2009-02-141-8/+26
* Several related changes: Chris Lattner2009-02-141-29/+49
* Warn about attribute used ignored on "extern int aDaniel Dunbar2009-02-131-1/+1
* Sema/AST support for attribute used. Patch by Anders Johnson (with small twea...Daniel Dunbar2009-02-131-0/+22
* Start warning about unknown attributes.Anders Carlsson2009-02-131-3/+0
* Add a new Ignored attribute type, and use it for may_alias.Anders Carlsson2009-02-131-0/+3
* Add CodeGen support for the nodebug attribute.Anders Carlsson2009-02-131-2/+2
* Add sema support for the nodebug attribute.Anders Carlsson2009-02-131-1/+18
* Initial implementation of arbitrary fixed-width integer types. Eli Friedman2009-02-131-1/+12
* Support __attribute__(section(<name>))Daniel Dunbar2009-02-121-0/+21
* Initial implementation of function overloading in C.Douglas Gregor2009-02-111-0/+16
* Improve Sema of the cleanup attribute somewhat.Anders Carlsson2009-02-071-5/+18
* Some name-lookup-related fixes, from Piotr Rak!Douglas Gregor2009-02-041-2/+2
* Add sema support for the cleanup attribute.Anders Carlsson2009-01-311-0/+46
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+0
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-1/+1
* Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-typeFariborz Jahanian2009-01-131-0/+17
* Add full dllimport / dllexport support: both sema checks and codegen.Anton Korobeynikov2008-12-261-0/+56
* Sema for fastcall/stdcall stuff. Tests will follow.Anton Korobeynikov2008-12-231-6/+33
* Fix a comment.Sebastian Redl2008-12-211-1/+1
* Semantics of @protocol attributes.Fariborz Jahanian2008-12-171-0/+11
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-111-2/+4
* Fix bug in attribute(nonnull) processing where not all of the parameter indic...Ted Kremenek2008-12-041-1/+1
* Change a whole lot of diagnostics to take QualType's directly Chris Lattner2008-11-241-4/+2
* Convert IdentifierInfo's to be printed the same as DeclarationNames Chris Lattner2008-11-231-5/+3
* __weak ivar need not warn.Fariborz Jahanian2008-11-201-1/+1
* Rename IdentifierInfo::isName to ::isStr. Use a nifty trickChris Lattner2008-11-201-3/+3
* More objc gc stuff. Read/Write barriers for local static/extern,Fariborz Jahanian2008-11-201-1/+4
* stop calling II::getName() unnecesarily in semaChris Lattner2008-11-191-58/+49
* add direct support for signed and unsigned integer arguments to diagnostics.Chris Lattner2008-11-191-1/+1
* Switch several more Sema Diag methods over. This simplifies theChris Lattner2008-11-191-151/+129
* Attribute nonnull can be applied to block pointers.Ted Kremenek2008-11-181-3/+6
* Add attribute always_inline support.Daniel Dunbar2008-10-281-0/+14
* Improve attribute parsing & tests.Daniel Dunbar2008-10-191-29/+37
* Implement #pragma pack use in structure packing. The general approachDaniel Dunbar2008-10-161-2/+2
* Implement support for the const and pure attributes.Anders Carlsson2008-10-051-0/+24
* Add parsing of the sentinel attribute. Still need to create the attribute.Anders Carlsson2008-10-051-0/+66
* Sema support for format and noreturn attributes on Objective-C methods.Daniel Dunbar2008-09-261-8/+39
* Add support for CFString in format attribute.Daniel Dunbar2008-09-261-7/+31
* Finish pushing blocks attribute through the clang attribute machinery.Steve Naroff2008-09-181-0/+29
* An extremely hacky version of transparent_union support; it isn't Eli Friedman2008-09-021-7/+22
* Tidy up sema processing of attribute "nonull":Ted Kremenek2008-09-011-8/+20
* Fix silly bug in objc_gc attribute parsing and add test caseAnders Carlsson2008-08-241-2/+2
* Add support for parsing the objc_gc attribute. Tests will come shortly.Anders Carlsson2008-08-231-0/+32
* Use isa instead of dyn_cast.Anders Carlsson2008-08-221-2/+1
* More #include cleaningDaniel Dunbar2008-08-111-0/+2
* More #include cleaningDaniel Dunbar2008-08-111-0/+1
OpenPOWER on IntegriCloud