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