aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/AttributeList.cpp
AgeCommit message (Expand)Author
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