aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/AttributeList.cpp
AgeCommit message (Expand)Author
2010-12-24Refactor how we collect attributes during parsing, and add slots for attributesJohn McCall
2010-12-19Add support for the Microsoft uuid attribute:Francois Pichet
2010-12-12Basic, Sema: add support for CUDA launch_bounds attributePeter Collingbourne
2010-12-02Add support for the common and nocommon attributes.Eric Christopher
2010-12-01Basic, Sema: add support for CUDA location attributesPeter Collingbourne
2010-11-17Front-end support for __attribute__((may_alias)). This is notDan Gohman
2010-11-16Add support for "neon_vector_type" and "neon_polyvector_type" attributesBob Wilson
2010-11-10Region-allocate all AttributeList objects from a factory object instead of ma...Ted Kremenek
2010-10-15fix http://llvm.org/PR8371 in the straightforward way, also adding a commentGabor Greif
2010-09-29Add support for attribute((naked)), patch by Zoxc on cfe-commits!Daniel Dunbar
2010-09-03Add symantic support for the Pascal calling convention viaDawn Perchik
2010-08-24Abstract out passing around types and kill off ActionBase.John McCall
2010-08-20Another step in the process of making the parser depend on Sema:John McCall