summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/Pragma.h
Commit message (Expand)AuthorAgeFilesLines
* Parse and ignore #pragma runtime_checks in MS extensions mode (PR25138)Hans Wennborg2015-10-121-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-111-5/+5
* Revert r197043, not a good commentRenato Golin2013-12-111-6/+0
* Add comment about PragmaIntroducerKindRenato Golin2013-12-111-0/+6
* More doxygen/documentation cleanups.James Dennett2012-06-131-5/+5
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-4/+5
* Remove unused STL header includes.Jay Foad2011-04-231-1/+0
* When we parse a pragma, keep track of how that pragma was originallyDouglas Gregor2010-09-091-3/+28
* Modify the pragma handlers to accept and use StringRefs instead of Identifier...Argyrios Kyrtzidis2010-07-131-11/+13
* Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes.Daniel Dunbar2010-06-111-0/+9
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-7/+7
* Add Preprocessor::RemovePragmaHandler.Daniel Dunbar2008-10-041-0/+8
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* At one point there were going to be lexer and parser tokens.Chris Lattner2007-07-201-3/+3
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+82