summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix rdar://6881069, a crash on a form of vector_size that weChris Lattner2009-05-131-1/+2
* Add back Parse/Sema support for attributes cf_returns_retained andTed Kremenek2009-05-091-0/+44
* Remove experimental ownership attributes from Clang.Ted Kremenek2009-05-081-101/+0
* More attribute renaming:Ted Kremenek2009-05-071-8/+8
* Implement attribute 'ns_autorelease'.Ted Kremenek2009-05-051-0/+6
* Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned').Ted Kremenek2009-05-051-10/+37
* Rename ownership attributes:Ted Kremenek2009-05-051-18/+18
* Rename attribute 'ns_ownership_returns' to 'ns_returns_ownership'.Ted Kremenek2009-05-041-2/+2
* Remove experimental attribute 'ns_ownership_make_collectable.'Ted Kremenek2009-05-041-5/+0
* ignore weak_import attribute on objc method decls.Fariborz Jahanian2009-05-041-2/+2
* Rename attributes 'objc_ownership...' to 'ns_ownership...'.Ted Kremenek2009-05-041-23/+23
* Rename attributes:Ted Kremenek2009-05-041-10/+10
* Remove support for ObjCMethodDecl attributes that appear between theTed Kremenek2009-05-041-34/+0
* Allow attributes 'objc_ownership_retain' and 'objc_ownership_release' to beTed Kremenek2009-04-301-5/+7
* Hook up Sema support for attributes on Objective-C method declarations thatTed Kremenek2009-04-301-1/+33
* Implement semantic analysis for transparent unions. This is largelyDouglas Gregor2009-04-291-18/+45
* Sema and CodeGen support for attributes on blocks. Radar 6441502Mike Stump2009-04-291-4/+7
* Implement ownership attribute 'objc_ownership_make_collectable'. This allows oneTed Kremenek2009-04-281-10/+15
* Improve compatibility with GCC regarding inline semantics in GNU89Douglas Gregor2009-04-281-5/+1
* Add two new checker-specific attributes: 'objc_ownership_release' andTed Kremenek2009-04-271-0/+10
* Refactor HandleObjCOwnershipRetainAttr and HandleObjCOwnershipCFRetainAttr intoTed Kremenek2009-04-271-19/+26
* Add new checker-specific attribute 'objc_ownership_cfretain'. This is the sameTed Kremenek2009-04-271-0/+14
* Correct the order of the parameters to CheckAssignmentConstraints in Eli Friedman2009-04-261-1/+1
* accept an ignore the no_instrument_function attribute. Since we don'tChris Lattner2009-04-251-0/+1
* Add new checker-specific attribute 'objc_ownership_retain'. This isn't hooked upTed Kremenek2009-04-251-0/+14
* Add new checker-specific attribute 'objc_ownership_returns'. This isn't hookedTed Kremenek2009-04-241-0/+21
* Fix handling of C99 "extern inline" semantics when dealing withDouglas Gregor2009-04-231-1/+5
* Fix some mishandling of the attr(gnu_inline) mode when used withChris Lattner2009-04-221-5/+0
* the __gnuc_inline__ attribute is actually named __gnu_inline__,Chris Lattner2009-04-201-6/+6
* FunctionDecl::getBody() is getting an ASTContext argument for use inDouglas Gregor2009-04-181-1/+1
* implement some sema for gnuc_inline attribute. Reject always_inline and no_i...Chris Lattner2009-04-141-5/+15
* recognize the gnuc_inline attribute.Chris Lattner2009-04-141-0/+17
* Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>). This allowsTed Kremenek2009-04-101-5/+19
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-2/+2
* Extend possible handled regparm(N) valueAnton Korobeynikov2009-04-041-1/+1
* Basic support for regparm codegenAnton Korobeynikov2009-04-041-1/+0
* Provide sema proper values of maximal number of arguments passed in registers.Anton Korobeynikov2009-04-031-7/+6
* Finish off semantic analysis for regparm, and remove the warning. Also Eli Friedman2009-03-271-8/+27
* Besides the warning, issue unsupported diagnostics in Fariborz Jahanian2009-03-271-0/+20
* Be sure to not add weak import, if we are ignoring it.Mike Stump2009-03-181-0/+1
* Ignore weak import on properties.Mike Stump2009-03-181-0/+2
* don't crash when sentinel attribute is used on function without a prototype,Chris Lattner2009-03-171-2/+9
* Add Parse/Sema support for weak_import attribute.Daniel Dunbar2009-03-061-0/+38
* Switch attributes to be allocated from the declcontext bump pointer just likeChris Lattner2009-03-041-39/+39
* PR3691: Add support for complex modes. I also tossed in support for XF Eli Friedman2009-03-031-17/+45
* Create a new TypeNodes.def file that enumerates all of the types,Douglas Gregor2009-02-261-5/+5
* Use CheckAssignmentConstraints for checking the cleanup attr function. Fixes ...Anders Carlsson2009-02-251-1/+1
* remove some more methods from objc decls, using the iteratorChris Lattner2009-02-201-12/+7
* Add sema support for the noinline attribute.Anders Carlsson2009-02-191-1/+24
* __attribute__((aligned)) was being ignored!Daniel Dunbar2009-02-181-1/+2
OpenPOWER on IntegriCloud