| Commit message (Expand) | Author | Age | Files | Lines |
* | [modules] Make sure macros get made visible in the top-level file if we've got | Richard Smith | 2015-06-30 | 1 | -2/+15 |
* | Introduced pragmas for audited nullability regions. | Douglas Gregor | 2015-06-19 | 1 | -0/+11 |
* | Avoid using a C++11 library feature not present in libstdc++4.7. | Richard Smith | 2015-05-21 | 1 | -2/+1 |
* | [modules] If we re-enter a submodule from within itself (when submodule | Richard Smith | 2015-05-21 | 1 | -47/+51 |
* | [modules] Retain the name as written for umbrella headers and directories, ra... | Richard Smith | 2015-05-16 | 1 | -1/+1 |
* | [modules] Add local submodule visibility support for declarations. | Richard Smith | 2015-05-15 | 1 | -3/+16 |
* | [modules] Rearrange preprocessor module visibility handling, no observable ch... | Richard Smith | 2015-05-14 | 1 | -7/+10 |
* | [modules] Don't bother creating a ModuleMacro representing a #undef that over... | Richard Smith | 2015-05-02 | 1 | -2/+5 |
* | [modules] If a module #includes a modular header that #undef's its macro, it | Richard Smith | 2015-05-02 | 1 | -5/+4 |
* | [modules] Add -fmodules-local-submodule-visibility flag. | Richard Smith | 2015-05-01 | 1 | -17/+52 |
* | [modules] Start moving the module visibility information off the Module itself. | Richard Smith | 2015-05-01 | 1 | -7/+1 |
* | [modules] Stop trying to fake up a linear MacroDirective history. | Richard Smith | 2015-04-29 | 1 | -1/+1 |
* | Refactor to make MacroState ownership and lifetime clearer. | Richard Smith | 2015-04-28 | 1 | -1/+4 |
* | [modules] Incrementally compute the list of overridden module macros based on | Richard Smith | 2015-04-27 | 1 | -7/+17 |
* | Remove unused variable to silence GCC warning | David Majnemer | 2015-04-24 | 1 | -3/+2 |
* | [modules] Partial revert of r235669: don't create ModuleMacros for imported l... | Richard Smith | 2015-04-24 | 1 | -6/+0 |
* | [modules] Refactor creation of ModuleMacros and create them when importing fr... | Richard Smith | 2015-04-23 | 1 | -4/+11 |
* | [modules] Properly attribute macros to modules if they're in a file textually... | Richard Smith | 2015-04-23 | 1 | -1/+1 |
* | [modules] Determine the set of macros exported by a submodule at the end of t... | Richard Smith | 2015-04-23 | 1 | -0/+63 |
* | Remove superceded warning warn_forgotten_module_header | Ben Langmuir | 2014-11-05 | 1 | -28/+0 |
* | [modules] Add support for 'textual header' directives. | Richard Smith | 2014-10-22 | 1 | -1/+2 |
* | PR18793: If we try to EnterTokenStream when our current lexer is a caching | Richard Smith | 2014-09-23 | 1 | -0/+19 |
* | unique_ptrify Preprocessor's TokenLexerCache | David Blaikie | 2014-08-29 | 1 | -11/+11 |
* | Removed unused typedef for recursive_directory_iterator | Ben Langmuir | 2014-06-30 | 1 | -2/+0 |
* | Make -Wincomplete-umbrella go through the VFS | Ben Langmuir | 2014-06-25 | 1 | -3/+5 |
* | Hide the concept of diagnostic levels from lex, parse and sema | Alp Toker | 2014-06-15 | 1 | -6/+4 |
* | Replace llvm::error_code with std::error_code. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
* | [C++11] Use 'nullptr'. Lex edition. | Craig Topper | 2014-05-17 | 1 | -9/+9 |
* | [Preprocessor/CodeComplete] Don't add include guard macros to code-completion... | Argyrios Kyrtzidis | 2014-04-09 | 1 | -0/+4 |
* | [Preprocessor] Only check for -Wunused-macros if the translation unit kind is... | Argyrios Kyrtzidis | 2014-03-08 | 1 | -1/+1 |
* | 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 |