aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/Pragma.h
AgeCommit message (Expand)Author
2012-06-13More doxygen/documentation cleanups.James Dennett
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-04-23Remove unused STL header includes.Jay Foad
2010-09-09When we parse a pragma, keep track of how that pragma was originallyDouglas Gregor
2010-07-13Modify the pragma handlers to accept and use StringRefs instead of Identifier...Argyrios Kyrtzidis
2010-06-11Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2008-10-04Add Preprocessor::RemovePragmaHandler.Daniel Dunbar
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-07-20At one point there were going to be lexer and parser tokens.Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer