| Commit message (Expand) | Author | Age | Files | Lines |
* | Change OwningPtr::take() to OwningPtr::release(). | Ahmed Charles | 2014-03-07 | 1 | -2/+2 |
* | [Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P... | Argyrios Kyrtzidis | 2014-03-07 | 1 | -5/+9 |
* | Track the currently-being-built submodule inside the preprocessor (rather than | Richard Smith | 2014-01-31 | 1 | -18/+14 |
* | Generate a marker token when entering or leaving a submodule when building a | Richard Smith | 2013-11-23 | 1 | -24/+50 |
* | Relax header guard mismatch warning with edit distance heuristic. | Ismail Pazarbasi | 2013-10-12 | 1 | -13/+26 |
* | Make Preprocessor::Lex non-recursive. | Eli Friedman | 2013-09-19 | 1 | -0/+16 |
* | Introducing -Wheader-guard, a warning that checks header guards actually work | Richard Trieu | 2013-06-12 | 1 | -1/+22 |
* | Include Path.h instead of PathV2.h. | Rafael Espindola | 2013-06-11 | 1 | -1/+1 |
* | Add -Wincomplete-module, which detects when a header is included from a modul... | Douglas Gregor | 2013-05-20 | 1 | -1/+29 |
* | Use only explicit bool conversion operator | David Blaikie | 2013-05-15 | 1 | -1/+1 |
* | Add the module name to the 'incomplete umbrella header' warning. | Douglas Gregor | 2013-01-04 | 1 | -1/+1 |
* | [libclang] Fix crash when code-completing a macro invocation that | Argyrios Kyrtzidis | 2012-12-22 | 1 | -14/+29 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -4/+4 |
* | Make preprocessor act in a GCC-compatible fashion when a macro is redefined | Richard Smith | 2012-08-30 | 1 | -3/+3 |
* | Documentation cleanup: escape # characters in Doxygen comments as needed. | James Dennett | 2012-06-22 | 1 | -1/+1 |
* | From Vassil Vassilev: | Axel Naumann | 2012-03-16 | 1 | -4/+6 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -2/+2 |
* | Implement support for module requirements, which indicate the language | Douglas Gregor | 2011-12-31 | 1 | -8/+11 |
* | Remove spurious, but now legal, typename | Douglas Gregor | 2011-12-23 | 1 | -1/+1 |
* | When building a module with an umbrella header, warn about any headers | Douglas Gregor | 2011-12-23 | 1 | -0/+67 |
* | Don't mark include guard macros as implicitly private. This isn't | Douglas Gregor | 2011-12-12 | 1 | -21/+1 |
* | Argyrios says this change is required for safety under PTH. | John McCall | 2011-10-18 | 1 | -1/+1 |
* | Fix several bugs with #pragma clang arc_cf_code_audited and macros. | John McCall | 2011-10-18 | 1 | -2/+5 |
* | For modules, all macros that aren't include guards are implicitly | Douglas Gregor | 2011-10-17 | 1 | -1/+22 |
* | For the FileChanged Preprocessor callback, when exiting a file, pass its FileID. | Argyrios Kyrtzidis | 2011-10-11 | 1 | -1/+5 |
* | Add explicit attributes to mark functions as having had their | John McCall | 2011-09-30 | 1 | -0/+8 |
* | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis | 2011-09-19 | 1 | -1/+1 |
* | Optimize the preprocessor's handling of the __import_module__ | Douglas Gregor | 2011-09-07 | 1 | -2/+10 |
* | Support code-completion for C++ inline methods and ObjC buffering methods. | Argyrios Kyrtzidis | 2011-09-04 | 1 | -1/+27 |
* | Boost the efficiency of SourceManager::getMacroArgExpandedLocation. | Argyrios Kyrtzidis | 2011-08-21 | 1 | -0/+10 |
* | Introduce a caching mechanism for macro expanded tokens. | Argyrios Kyrtzidis | 2011-06-29 | 1 | -0/+4 |
* | Rename tok::eom to tok::eod. | Peter Collingbourne | 2011-02-28 | 1 | -10/+10 |
* | Fix diagnostic pragmas. | Argyrios Kyrtzidis | 2010-12-15 | 1 | -9/+5 |
* | push some source location information down through the compiler, | Chris Lattner | 2010-04-20 | 1 | -8/+12 |
* | PPCallbacks: Add hook for reaching the end of the main file, and fix Dependen... | Daniel Dunbar | 2010-03-23 | 1 | -0/+1 |
* | Audit all getBuffer() callers (for both the FullSourceLoc and | Douglas Gregor | 2010-03-16 | 1 | -2/+4 |
* | Use SourceManager's Diagnostic object for all file-reading errors, | Douglas Gregor | 2010-03-16 | 1 | -2/+1 |
* | Introduce a new BufferResult class to act as the return type of | Douglas Gregor | 2010-03-15 | 1 | -3/+3 |
* | Teach Preprocessor::macro_begin/macro_end to lazily load all macro | Douglas Gregor | 2010-01-04 | 1 | -1/+2 |
* | Unbreak and add test case for r90276, a situation in which getBuffer is expec... | Daniel Dunbar | 2009-12-06 | 1 | -1/+1 |
* | Change Preprocessor::EnterSourceFile to make ErrorStr non-optional, clients s... | Daniel Dunbar | 2009-12-06 | 1 | -2/+2 |
* | pass the reason for failure up from MemoryBuffer and report it | Chris Lattner | 2009-12-01 | 1 | -2/+4 |
* | Fix PR5633 by making the preprocessor handle the case where we can | Chris Lattner | 2009-11-30 | 1 | -4/+13 |
* | remove stall comment | Nuno Lopes | 2009-11-29 | 1 | -2/+1 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -34/+34 |
* | Add PCH support for #import. | Steve Naroff | 2009-04-24 | 1 | -1/+1 |
* | when preprocessing a .S file, unknown directives should just be passed through, | Chris Lattner | 2009-03-18 | 1 | -1/+0 |
* | use accessor instead of poking ivar directly | Chris Lattner | 2009-03-13 | 1 | -1/+2 |
* | track "just a little more" location information for macro instantiations. | Chris Lattner | 2009-02-15 | 1 | -3/+4 |
* | add an assertion from Alexei Svitkine! | Chris Lattner | 2009-02-13 | 1 | -2/+2 |