summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/AttributeList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add an attribute to forbid temporary instances of a type. This allows classJeffrey Yasskin2011-01-251-0/+1
* Add the ns_consumes_self, ns_consumed, cf_consumed, and ns_returns_autoreleasedJohn McCall2011-01-251-0/+4
* Get rid of [[hiding]], [[override]] and [[base_check]].Anders Carlsson2011-01-231-2/+0
* Get rid of the [[final]] C++0x attribute.Anders Carlsson2011-01-231-1/+0
* Refactor how we collect attributes during parsing, and add slots for attributesJohn McCall2010-12-241-2/+2
* Add support for the Microsoft uuid attribute:Francois Pichet2010-12-191-0/+1
* Basic, Sema: add support for CUDA launch_bounds attributePeter Collingbourne2010-12-121-0/+1
* Add support for the common and nocommon attributes.Eric Christopher2010-12-021-0/+2
* Basic, Sema: add support for CUDA location attributesPeter Collingbourne2010-12-011-0/+5
* Front-end support for __attribute__((may_alias)). This is notDan Gohman2010-11-171-1/+1
* Add support for "neon_vector_type" and "neon_polyvector_type" attributesBob Wilson2010-11-161-0/+2
* Region-allocate all AttributeList objects from a factory object instead of ma...Ted Kremenek2010-11-101-17/+6
* fix http://llvm.org/PR8371 in the straightforward way, also adding a commentGabor Greif2010-10-151-0/+1
* Add support for attribute((naked)), patch by Zoxc on cfe-commits!Daniel Dunbar2010-09-291-0/+1
* Add symantic support for the Pascal calling convention viaDawn Perchik2010-09-031-0/+2
* Abstract out passing around types and kill off ActionBase.John McCall2010-08-241-2/+2
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-0/+134
OpenPOWER on IntegriCloud