Age | Commit message (Expand) | Author |
2012-06-22 | Documentation cleanup: | James Dennett |
2012-06-20 | Structured comment parsing, first step. | Dmitri Gribenko |
2012-06-13 | More doxygen/documentation cleanups. | James Dennett |
2012-06-08 | Disable _Pragma during HTML macro rewriting to keep from crashing. | Jordan Rose |
2012-06-06 | Add a -rewrite-includes option, which is similar to -rewrite-macros, but only... | David Blaikie |
2012-05-10 | [preprocessor] Make sure that MacroExpands callbacks are always in source order. | Argyrios Kyrtzidis |
2012-04-03 | Correct handling of _Pragma macro inside a macro argument. | Argyrios Kyrtzidis |
2012-03-31 | Fixed MacroInfo definition range for function like macros with empty body. | Abramo Bagnara |
2012-03-18 | Turns #import in MS Mode into an error. | Aaron Ballman |
2012-03-16 | From Vassil Vassilev: | Axel Naumann |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-05 | [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond... | Argyrios Kyrtzidis |
2012-03-02 | Adding support for #pragma include_alias in MS compatibility mode. This impl... | Aaron Ballman |
2012-03-01 | Revert r151800, which was committed without review and has correctness issues. | Richard Smith |
2012-03-01 | Implements support for #pragma include_alias in ms compatibility mode. Fixes... | Aaron Ballman |
2012-02-29 | Allow operator keywords to be #defined in ms-ext mode. | Nico Weber |
2012-02-25 | Don't record nested macro expansions in the preprocessing record, | Argyrios Kyrtzidis |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
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-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer |
2012-02-04 | Remove Diagnostic.h include from Preprocessor.h. | Benjamin Kramer |
2012-01-24 | Only mark an IdentifierInfo as having changed since deserialization | Douglas Gregor |
2012-01-19 | For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macro | Argyrios Kyrtzidis |
2012-01-18 | Refactor: Pull getImmediateMacroName() out of DiagnosticRenderer and | Anna Zaks |
2012-01-04 | Don't treat 'import' as a contextual keyword when we're in a caching lexer, o... | Douglas Gregor |
2012-01-03 | Eliminate the uglified keyword __import_module__ for importing | Douglas Gregor |
2012-01-03 | Under -fmodules, accept #public <macroname> and #private <macroname> | Douglas Gregor |
2012-01-03 | Introduce a non-uglified syntax for module imports in Objective-C: | Douglas Gregor |
2012-01-03 | Add a "Modules" language option, which subsumes the previous | Douglas Gregor |
2011-12-02 | Implementing parsing and resolution of module export declarations | Douglas Gregor |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |
2011-11-30 | Teach the preprocessor how to handle module import declarations that | Douglas Gregor |
2011-11-20 | Allow preprocessor callbacks to recover from a "file not found" error, | Douglas Gregor |
2011-11-17 | When making a suggestion regarding which module to load rather than | Douglas Gregor |
2011-11-09 | Fixing 80 col violations (& removing any trailing whitespace on files I was t... | David Blaikie |
2011-10-17 | For modules, all macros that aren't include guards are implicitly | Douglas Gregor |
2011-10-12 | Implement built-in macro '__has_warning', which allows one to query if a warn... | Ted Kremenek |
2011-10-11 | Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when in | Richard Smith |
2011-10-03 | Fixed exapnsion range for # and ##. | Abramo Bagnara |
2011-09-30 | Add explicit attributes to mark functions as having had their | John McCall |
2011-09-27 | Introduce a callback to PPCallbacks for lines skipped by the preprocessor. | Argyrios Kyrtzidis |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-09-15 | Add an experimental flag -fauto-module-import that automatically turns | Douglas Gregor |
2011-09-07 | Optimize the preprocessor's handling of the __import_module__ | Douglas Gregor |
2011-09-04 | Support code-completion for C++ inline methods and ObjC buffering methods. | Argyrios Kyrtzidis |
2011-09-01 | Allow the preprocessor to be constructed without performing target- | Douglas Gregor |
2011-09-01 | Don't try keeping a 'LeadingEmptyMacroLoc' in NullStmt. This fails | Argyrios Kyrtzidis |
2011-09-01 | Teach ASTContext and Preprocessor to hold on to references to the same | Douglas Gregor |