| Commit message (Expand) | Author | Age | Files | Lines |
* | [modules] Fix some of the confusion when computing the override set for a macro | Richard Smith | 2014-07-21 | 1 | -13/+13 |
* | Reinstate r213348, reverted in r213395, with an additional bug fix and more | Richard Smith | 2014-07-18 | 1 | -7/+12 |
* | Revert "[modules] Fix macro hiding bug exposed if:" | Ben Langmuir | 2014-07-18 | 1 | -12/+7 |
* | [modules] Fix macro hiding bug exposed if: | Richard Smith | 2014-07-18 | 1 | -7/+12 |
* | Track IntrusiveRefCntPtr::get() changes from LLVM r212366 | Alp Toker | 2014-07-05 | 1 | -1/+1 |
* | Remove llvm:: from uses of ArrayRef. | Craig Topper | 2014-06-28 | 1 | -6/+6 |
* | DiagnosticIDs: use diagnostic severities to simplify extension handling | Alp Toker | 2014-06-22 | 1 | -7/+5 |
* | Avoid invalidating successfully loaded module files | Ben Langmuir | 2014-06-20 | 1 | -2/+7 |
* | [modules] When we merge redecl chains or mark a decl used with an update | Richard Smith | 2014-06-16 | 1 | -1/+4 |
* | Include system_error directly. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
* | Improve diagnostic mapping terminology | Alp Toker | 2014-06-10 | 1 | -3/+3 |
* | Implemented support for "pragma clang optimize on/off", based on attribute 'o... | Dario Domizioli | 2014-05-23 | 1 | -0/+13 |
* | Frontend: Propagate ASTReaderListener API in ChainedASTReaderListener | Justin Bogner | 2014-05-22 | 1 | -2/+8 |
* | [C++11] Use 'nullptr'. Serialization edition. | Craig Topper | 2014-05-22 | 1 | -68/+71 |
* | If two sibling modules declare the same entity, and we indirectly pull a | Richard Smith | 2014-05-19 | 1 | -1/+18 |
* | If a declaration is loaded, and then a module import adds a redeclaration, then | Richard Smith | 2014-05-16 | 1 | -6/+36 |
* | Merge a couple of copy-and-pasted functions | Alp Toker | 2014-05-16 | 1 | -53/+28 |
* | Rename SourceManager::createFileIDForMemBuffer() | Alp Toker | 2014-05-16 | 1 | -2/+2 |
* | Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit. | Benjamin Kramer | 2014-05-10 | 1 | -0/+1 |
* | Let ASTReader optionally delete its ASTDeserializationListener. | Nico Weber | 2014-05-08 | 1 | -30/+30 |
* | Fix latent bug. This can't actually manifest at the moment, but is a time-bomb | Richard Smith | 2014-05-08 | 1 | -1/+1 |
* | Replace one-element SmallVectors inside DenseMaps with TinyPtrVector. | Benjamin Kramer | 2014-05-03 | 1 | -4/+3 |
* | Defer loading any pending update records until we've finished deserializing. | Richard Smith | 2014-04-30 | 1 | -18/+10 |
* | [PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a ... | Argyrios Kyrtzidis | 2014-04-29 | 1 | -2/+0 |
* | Reapply r207477 and r207479 without cyclic dependency | Ben Langmuir | 2014-04-29 | 1 | -8/+123 |
* | Revert r207477 (and r207479), "Check -Werror options during module validation" | NAKAMURA Takumi | 2014-04-29 | 1 | -123/+8 |
* | Check -Werror options during module validation | Ben Langmuir | 2014-04-29 | 1 | -8/+123 |
* | When two templates get merged together, also merge their pattern declarations | Richard Smith | 2014-04-24 | 1 | -2/+8 |
* | Make TypeDecl much less friendly. | Richard Smith | 2014-04-23 | 1 | -1/+1 |
* | When a module completes the definition of a class template specialization imp... | Richard Smith | 2014-04-19 | 1 | -37/+144 |
* | Add module name and module map file to -module-file-info | Ben Langmuir | 2014-04-14 | 1 | -0/+19 |
* | Allow multiple modules with the same name to coexist in the module cache | Ben Langmuir | 2014-04-14 | 1 | -15/+56 |
* | OnDiskHashTable: Make the iterable version separate. | Justin Bogner | 2014-04-14 | 1 | -14/+15 |
* | When module umbrellas change, rebuild them | Ben Langmuir | 2014-04-10 | 1 | -59/+63 |
* | [Preprocessor/CodeComplete] Don't add include guard macros to code-completion... | Argyrios Kyrtzidis | 2014-04-09 | 1 | -0/+1 |
* | Have validate-system-headers override validate-once-per-build-session | Ben Langmuir | 2014-04-08 | 1 | -1/+1 |
* | Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams" | Justin Bogner | 2014-03-28 | 1 | -55/+77 |
* | Revert "OnDiskHashTable: Use Endian.h to read little endian ostreams" | Justin Bogner | 2014-03-28 | 1 | -77/+55 |
* | OnDiskHashTable: Use Endian.h to read little endian ostreams | Justin Bogner | 2014-03-28 | 1 | -55/+77 |
* | Fix a FIXME, use std::move. | Richard Smith | 2014-03-28 | 1 | -3/+3 |
* | Comment parsing: when comment ranges are deserialized from multiple modules, | Dmitri Gribenko | 2014-03-27 | 1 | -3/+4 |
* | If an update record makes a declaration interesting, pass it to the consumer. | Richard Smith | 2014-03-23 | 1 | -14/+14 |
* | Fixing code that doesn't compile in MSVC 2012 (but does in MSVC 2013) from r2... | Aaron Ballman | 2014-03-21 | 1 | -1/+1 |
* | PR19215: When writing/reading a PCH that imported a module, store the location | Richard Smith | 2014-03-21 | 1 | -7/+12 |
* | When the exception specification for a function in an imported PCH or module is | Richard Smith | 2014-03-20 | 1 | -17/+25 |
* | Rearrange serialization block order to put decl update emission into the same | Richard Smith | 2014-03-20 | 1 | -11/+10 |
* | Fix PR18806: Canonicalize the replacement type when deserializing a SubstTemp... | Stephan Tolksdorf | 2014-03-15 | 1 | -3/+3 |
* | Fix VS2012 build after r203881 | Hans Wennborg | 2014-03-14 | 1 | -1/+2 |
* | [Modules] Emit the module file paths as dependencies of the PCH when we are b... | Argyrios Kyrtzidis | 2014-03-14 | 1 | -0/+7 |
* | [Modules] Make sure that the synthesized file "__inferred_module.map" doesn't... | Argyrios Kyrtzidis | 2014-03-14 | 1 | -6/+11 |