Age | Commit message (Expand) | Author |
2013-01-04 | Add the module name to the 'incomplete umbrella header' warning. | Douglas Gregor |
2012-12-22 | [libclang] Fix crash when code-completing a macro invocation that | Argyrios Kyrtzidis |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-08-30 | Make preprocessor act in a GCC-compatible fashion when a macro is redefined | Richard Smith |
2012-06-22 | Documentation cleanup: escape # characters in Doxygen comments as needed. | James Dennett |
2012-03-16 | From Vassil Vassilev: | Axel Naumann |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2011-12-31 | Implement support for module requirements, which indicate the language | Douglas Gregor |
2011-12-23 | Remove spurious, but now legal, typename | Douglas Gregor |
2011-12-23 | When building a module with an umbrella header, warn about any headers | Douglas Gregor |
2011-12-12 | Don't mark include guard macros as implicitly private. This isn't | Douglas Gregor |
2011-10-18 | Argyrios says this change is required for safety under PTH. | John McCall |
2011-10-18 | Fix several bugs with #pragma clang arc_cf_code_audited and macros. | John McCall |
2011-10-17 | For modules, all macros that aren't include guards are implicitly | Douglas Gregor |
2011-10-11 | For the FileChanged Preprocessor callback, when exiting a file, pass its FileID. | Argyrios Kyrtzidis |
2011-09-30 | Add explicit attributes to mark functions as having had their | John McCall |
2011-09-19 | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis |
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-08-21 | Boost the efficiency of SourceManager::getMacroArgExpandedLocation. | Argyrios Kyrtzidis |
2011-06-29 | Introduce a caching mechanism for macro expanded tokens. | Argyrios Kyrtzidis |
2011-02-28 | Rename tok::eom to tok::eod. | Peter Collingbourne |
2010-12-15 | Fix diagnostic pragmas. | Argyrios Kyrtzidis |
2010-04-20 | push some source location information down through the compiler, | Chris Lattner |
2010-03-23 | PPCallbacks: Add hook for reaching the end of the main file, and fix Dependen... | Daniel Dunbar |
2010-03-16 | Audit all getBuffer() callers (for both the FullSourceLoc and | Douglas Gregor |
2010-03-16 | Use SourceManager's Diagnostic object for all file-reading errors, | Douglas Gregor |
2010-03-15 | Introduce a new BufferResult class to act as the return type of | Douglas Gregor |
2010-01-04 | Teach Preprocessor::macro_begin/macro_end to lazily load all macro | Douglas Gregor |
2009-12-06 | Unbreak and add test case for r90276, a situation in which getBuffer is expec... | Daniel Dunbar |
2009-12-06 | Change Preprocessor::EnterSourceFile to make ErrorStr non-optional, clients s... | Daniel Dunbar |
2009-12-01 | pass the reason for failure up from MemoryBuffer and report it | Chris Lattner |
2009-11-30 | Fix PR5633 by making the preprocessor handle the case where we can | Chris Lattner |
2009-11-29 | remove stall comment | Nuno Lopes |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-04-24 | Add PCH support for #import. | Steve Naroff |
2009-03-18 | when preprocessing a .S file, unknown directives should just be passed through, | Chris Lattner |
2009-03-13 | use accessor instead of poking ivar directly | Chris Lattner |
2009-02-15 | track "just a little more" location information for macro instantiations. | Chris Lattner |
2009-02-13 | add an assertion from Alexei Svitkine! | Chris Lattner |
2009-02-06 | add interface for walking macro table. | Chris Lattner |
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 |
2009-01-19 | do not use SourceManager::getFileCharacteristic(FileID), it is not | Chris Lattner |
2009-01-17 | simplify PTHManager::CreateLexer | Chris Lattner |
2009-01-17 | Change the Lexer ctor used in the non _Pragma case to take a FileID instead | Chris Lattner |
2009-01-17 | this massive patch introduces a simple new abstraction: it makes | Chris Lattner |
2008-12-23 | Remove old PTH token-generation test harness. | Ted Kremenek |
2008-12-23 | PTH: Remove some methods and simplify some conditions in PTHLexer::Lex(). No... | Ted Kremenek |
2008-12-10 | PreprocessorLexer (and subclasses): | Ted Kremenek |