summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParsePragma.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add parser support for #pragma weak.Eli Friedman2009-06-051-1/+56
* Implement '#pragma unused'.Ted Kremenek2009-03-231-2/+78
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+1
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-1/+1
* Modify the move emulation according to the excellent design of Howard Hinnant...Sebastian Redl2008-12-101-1/+1
* Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResultSebastian Redl2008-12-091-2/+1
* Consistently use smart pointers for stmt and expr nodes in parser local varia...Sebastian Redl2008-12-091-10/+6
* Use RAII objects to ensure proper destruction of expression and statement AST...Sebastian Redl2008-11-251-1/+6
* Convert IdentifierInfo's to be printed the same as DeclarationNames Chris Lattner2008-11-231-5/+5
* remove uses of IdentifierInfo::getName()Chris Lattner2008-11-191-4/+2
* Remove the last of the old-style Preprocessor::Diag methods.Chris Lattner2008-11-181-4/+4
* Add Parser support for #pragma packDaniel Dunbar2008-10-041-0/+108
OpenPOWER on IntegriCloud