Age | Commit message (Expand) | Author |
2013-04-29 | When emitting a preprocessed file with implicit module imports, make sure lin... | Argyrios Kyrtzidis |
2013-04-19 | Keep the parentheses in #pragma message (partial revert of r179771). | Andy Gibbs |
2013-04-18 | Dropped the parentheses for #pragma message and its kin in the -E output gene... | Andy Gibbs |
2013-04-17 | Fix off-by-one error in #pragma clang system_header. | Jordan Rose |
2013-04-17 | Implemented #pragma GCC warning/error in the same mould as #pragma message. | Andy Gibbs |
2013-04-16 | Sema for Captured Statements | Tareq A. Siraj |
2013-04-16 | Parser support for #pragma clang __debug captured | Tareq A. Siraj |
2013-04-10 | [frontend] When preprocessing, turn implicit module imports into @imports. | Argyrios Kyrtzidis |
2013-03-26 | [Preprocessor/Modules] Separate the macro directives kinds into their own Mac... | Argyrios Kyrtzidis |
2013-03-05 | Preprocessor: don't keep comments under -traditional-cpp. | Jordan Rose |
2013-02-24 | [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail... | Argyrios Kyrtzidis |
2013-02-21 | Preprocessor: preserve whitespace in -traditional-cpp mode. | Jordan Rose |
2013-02-20 | [preprocessor] Split the MacroInfo class into two separate concepts, MacroInf... | Argyrios Kyrtzidis |
2013-02-08 | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose |
2013-01-28 | Fix the indentation of the first line of preprocessor output | Hal Finkel |
2013-01-14 | Constify argument of Preprocessor::getMacroInfoHistory and propagate to | Dmitri Gribenko |
2013-01-09 | Make sure clang puts tokens from different files on separate lines in "-E -P"... | Eli Friedman |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-11-16 | CPP Output: Do not emit an enter file marker for the main file. | Daniel Dunbar |
2012-08-29 | Keep history of macro definitions and #undefs | Alexander Kornienko |
2012-08-10 | Add missing cctype includes. | Joerg Sonnenberger |
2012-06-15 | [-E] Emit a rewritten _Pragma on its own line. | Jordan Rose |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-02-07 | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Remove Diagnostic.h include from Preprocessor.h. | Benjamin Kramer |
2012-01-17 | Remove unnecessary default cases in switches over enums. | David Blaikie |
2011-12-22 | remove unneeded config.h includes | Dylan Noblesmith |
2011-10-11 | For the FileChanged Preprocessor callback, when exiting a file, pass its FileID. | Argyrios Kyrtzidis |
2011-09-17 | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet |
2011-07-25 | Rename getInstantiationColumnNumber to getExpansionColumnNumber in both | Chandler Carruth |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-14 | Update the remaining comments in Frontend to 'expansion'. | Chandler Carruth |
2011-06-22 | Copy diagnostic pragmas to the preprocessed output, from Richard Osborne! | Douglas Gregor |
2011-02-28 | Rename tok::eom to tok::eod. | Peter Collingbourne |
2011-02-02 | Frontend: Factor out header include dumping (-H) into its own preprocessor | Daniel Dunbar |
2010-11-19 | Several PPCallbacks take an SourceLocation + IdentifierInfo, rather | Craig Silverstein |
2010-11-12 | Make sure to always check the result of | Douglas Gregor |
2010-11-10 | make sure #pragma clang is treated the same way as #pragma gcc in -E mode, | Chris Lattner |
2010-09-17 | Handle '#line' in '-E' that has an empty file name. Fixes <rdar://problem/84... | Ted Kremenek |
2010-09-10 | Make sure we're producing a newline in the preprocessed output before | Douglas Gregor |
2010-09-09 | When we parse a pragma, keep track of how that pragma was originally | Douglas Gregor |
2010-09-08 | Frontend/-H: Add comment on why I used a temporary string here. | Daniel Dunbar |
2010-08-24 | Frontend: Add basic -H support. | Daniel Dunbar |
2010-08-07 | Push location through the MacroUndefined PPCallback and use it to print #unde... | Benjamin Kramer |
2010-07-13 | Modify the pragma handlers to accept and use StringRefs instead of Identifier... | Argyrios Kyrtzidis |
2010-06-26 | Implement support for #pragma message, patch by Michael Spencer! | Chris Lattner |
2010-06-15 | fix the various buildbot failures by ensuring that tokens are really complete... | Chris Lattner |
2010-06-15 | fix an uninitialized variable, patch by Michael Spencer! | Chris Lattner |
2010-06-12 | fix PR7360: -P mode turns off line markers, but not blank space. | Chris Lattner |