| Commit message (Expand) | Author | Age | Files | Lines |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | Permanently end the whole "pragma got handled by the parser too early" | Eli Friedman | 2012-10-04 | 1 | -48/+200 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -2/+2 |
* | Parse: Change PragmaPackHandler to use the preprocessor allocator. | Daniel Dunbar | 2012-02-29 | 1 | -7/+16 |
* | Handle "#pragma GCC visibility" in a few more places. Switch over "#pragma p... | Eli Friedman | 2012-02-23 | 1 | -2/+32 |
* | Implement #pragma redefine_extname. | David Chisnall | 2012-02-18 | 1 | -0/+38 |
* | Fix our handling of #pragma GCC visibility. | Rafael Espindola | 2012-01-26 | 1 | -1/+16 |
* | Remove redundant argument. | Rafael Espindola | 2012-01-21 | 1 | -4/+1 |
* | Add an option to emulate the strange Apple gcc behavior of #pragma pack. | Eli Friedman | 2011-11-02 | 1 | -0/+11 |
* | OpenCL: disallow '#pragma OPENCL EXTENSION all : enable', per OpenCL 1.1 9.1 | Peter Collingbourne | 2011-10-06 | 1 | -2/+5 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -1/+1 |
* | PR10392: "#pragma GCC visibility" must not expand macros in its | Joerg Sonnenberger | 2011-07-20 | 1 | -5/+5 |
* | Remove unused but set variable. | Benjamin Kramer | 2011-05-03 | 1 | -1/+0 |
* | Recognize gcc's ms_struct pragma (and ignore for now). | Fariborz Jahanian | 2011-04-25 | 1 | -0/+32 |
* | Do not expand the opencl pragma names. This is so you can also have a define ... | Tanya Lattner | 2011-04-14 | 1 | -1/+1 |
* | Rename tok::eom to tok::eod. | Peter Collingbourne | 2011-02-28 | 1 | -5/+5 |
* | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne | 2011-02-14 | 1 | -0/+50 |
* | Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions | Peter Collingbourne | 2011-02-14 | 1 | -0/+11 |
* | Convert "#pragma unused(...)" into tokens for the parser. | Argyrios Kyrtzidis | 2011-01-17 | 1 | -3/+25 |
* | When we parse a pragma, keep track of how that pragma was originally | Douglas Gregor | 2010-09-09 | 1 | -6/+18 |
* | One who seeks knowledge learns something new every day. | John McCall | 2010-08-26 | 1 | -13/+12 |
* | OwningExprResult -> ExprResult. This patch brought to you by | John McCall | 2010-08-24 | 1 | -1/+1 |
* | Sundry incremental steps towards killing off Action. | John McCall | 2010-08-23 | 1 | -1/+1 |
* | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -2/+2 |
* | Implement #pragma GCC visibility. | Eli Friedman | 2010-08-05 | 1 | -0/+53 |
* | Parser: Add support for #pragma align, which is just another spelling of #pragma | Daniel Dunbar | 2010-07-31 | 1 | -13/+27 |
* | Move the "current scope" state from the Parser into Action. This | Douglas Gregor | 2010-07-02 | 1 | -1/+1 |
* | Parse/Sema: Add support for '#pragma options align=packed', which, it should be | Daniel Dunbar | 2010-05-27 | 1 | -0/+2 |
* | Parse/Sema: Add support for '#pragma options align=native'. | Daniel Dunbar | 2010-05-27 | 1 | -3/+5 |
* | Parse: Add support for '#pragma options align'. | Daniel Dunbar | 2010-05-26 | 1 | -2/+51 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -17/+17 |
* | Per advice that Doug Gregor gave me several months ago, clean up the | Ted Kremenek | 2009-08-03 | 1 | -25/+8 |
* | Add parser support for #pragma weak. | Eli Friedman | 2009-06-05 | 1 | -1/+56 |
* | Implement '#pragma unused'. | Ted Kremenek | 2009-03-23 | 1 | -2/+78 |
* | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner | 2009-01-29 | 1 | -1/+1 |
* | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner | 2009-01-27 | 1 | -1/+1 |
* | Modify the move emulation according to the excellent design of Howard Hinnant... | Sebastian Redl | 2008-12-10 | 1 | -1/+1 |
* | Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult | Sebastian Redl | 2008-12-09 | 1 | -2/+1 |
* | Consistently use smart pointers for stmt and expr nodes in parser local varia... | Sebastian Redl | 2008-12-09 | 1 | -10/+6 |
* | Use RAII objects to ensure proper destruction of expression and statement AST... | Sebastian Redl | 2008-11-25 | 1 | -1/+6 |
* | Convert IdentifierInfo's to be printed the same as DeclarationNames | Chris Lattner | 2008-11-23 | 1 | -5/+5 |
* | remove uses of IdentifierInfo::getName() | Chris Lattner | 2008-11-19 | 1 | -4/+2 |
* | Remove the last of the old-style Preprocessor::Diag methods. | Chris Lattner | 2008-11-18 | 1 | -4/+4 |
* | Add Parser support for #pragma pack | Daniel Dunbar | 2008-10-04 | 1 | -0/+108 |