| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix bogus 'method is unavailable' errors with modules | Ben Langmuir | 2015-01-12 | 1 | -3/+7 |
| * | Objective-C: Serialize "more than one decl" state of ObjCMethodList. | Nico Weber | 2014-12-27 | 1 | -9/+20 |
| * | Address review feedback on r221933. | Nico Weber | 2014-12-27 | 1 | -7/+7 |
| * | [modules] If we import a module, and we've seen a module map that describes the | Richard Smith | 2014-12-06 | 1 | -2/+24 |
| * | [modules] Instead of storing absolute paths in a .pcm file, store the path to | Richard Smith | 2014-12-05 | 1 | -67/+71 |
| * | Temporarily reverting r223443 due to bot breakage. | Aaron Ballman | 2014-12-05 | 1 | -71/+65 |
| * | [modules] Instead of storing absolute paths in a .pcm file, store the path to | Richard Smith | 2014-12-05 | 1 | -65/+71 |
| * | Try to fix the MSVC build. | Hans Wennborg | 2014-12-02 | 1 | -3/+2 |
| * | [modules] Track how 'header' directives were written in module map files, | Richard Smith | 2014-12-02 | 1 | -1/+7 |
| * | PR21323: Fix iterator invalidation issue when looking for redeclarations of a | Richard Smith | 2014-11-21 | 1 | -3/+8 |
| * | Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator... | David Blaikie | 2014-11-19 | 1 | -2/+2 |
| * | [ASTReader] Add a convenience function to retrieve all the input files of a m... | Argyrios Kyrtzidis | 2014-11-18 | 1 | -0/+8 |
| * | Update for llvm api change. | Rafael Espindola | 2014-11-12 | 1 | -1/+1 |
| * | Simplify code a bit by passing StreamFile to the BitstreamCursor constructor. | Rafael Espindola | 2014-11-12 | 1 | -4/+2 |
| * | Validate user headers even if -fmodules-validate-once-per-build-session | Ben Langmuir | 2014-11-10 | 1 | -3/+2 |
| * | Fix unintended fallthrough in ASTReader | Ben Langmuir | 2014-11-08 | 1 | -0/+2 |
| * | Introduce a SanitizerKind enum to LangOptions. | Alexey Samsonov | 2014-11-07 | 1 | -1/+2 |
| * | [modules] When a .pcm file is explicitly built separately from the translation | Richard Smith | 2014-10-31 | 1 | -18/+47 |
| * | [modules] Allow -I, -D, -W flags to change between building a module and | Richard Smith | 2014-10-28 | 1 | -3/+18 |
| * | Remove unused variable. | Richard Smith | 2014-10-27 | 1 | -2/+1 |
| * | [modules] Load .pcm files specified by -fmodule-file lazily. | Richard Smith | 2014-10-27 | 1 | -0/+19 |
| * | Make VFS and FileManager match the current MemoryBuffer API. | Benjamin Kramer | 2014-10-26 | 1 | -11/+8 |
| * | [modules] Support combining 'textual' with 'private'. | Richard Smith | 2014-10-24 | 1 | -17/+10 |
| * | [modules] Simplify reading of INPUT_FILE_OFFSETS record and make it robust ag... | Richard Smith | 2014-10-23 | 1 | -7/+7 |
| * | Factor out common checks from module map deserialization. No functionality ch... | Richard Smith | 2014-10-23 | 1 | -110/+17 |
| * | Add a "signature" to AST files to verify that they haven't changed | Ben Langmuir | 2014-10-23 | 1 | -2/+40 |
| * | [modules] Initial support for explicitly loading .pcm files. | Richard Smith | 2014-10-22 | 1 | -21/+37 |
| * | [modules] When building an injected-class-name type, we may have to insert it | Richard Smith | 2014-10-21 | 1 | -6/+11 |
| * | Revert most of r215810, which is no longer needed | Ben Langmuir | 2014-10-20 | 1 | -24/+15 |
| * | Don't add ID mappings for offsets with no entities in a module | Ben Langmuir | 2014-10-20 | 1 | -33/+27 |
| * | PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,... | David Blaikie | 2014-10-16 | 1 | -2/+1 |
| * | -ms-extensions: Implement __super scope specifier (PR13236). | Nikola Smiljanic | 2014-09-26 | 1 | -1/+14 |
| * | Avoid a couple of assertions when preprocessing with modules | Ben Langmuir | 2014-09-10 | 1 | -18/+20 |
| * | Add -Wunused-local-typedef, a warning that finds unused local typedefs. | Nico Weber | 2014-09-06 | 1 | -0/+18 |
| * | unique_ptrify SourceManager::createFileID | David Blaikie | 2014-08-29 | 1 | -1/+1 |
| * | [modules] When completing the redecl chain for an anonymous declaration in a | Richard Smith | 2014-08-28 | 1 | -4/+14 |
| * | [modules] Number anonymous declarations that are lexically within mergeable | Richard Smith | 2014-08-28 | 1 | -1/+4 |
| * | [modules] Add an assert that we properly manage the IsCompleteDefinition flag | Richard Smith | 2014-08-27 | 1 | -1/+4 |
| * | Overload SourceManager::overrideFileContents so that unconditionally passing ... | David Blaikie | 2014-08-27 | 1 | -1/+1 |
| * | Update for LLVM api change. | Rafael Espindola | 2014-08-27 | 1 | -6/+6 |
| * | Return a std::unique_ptr from getBufferForFile. NFC. | Rafael Espindola | 2014-08-26 | 1 | -4/+4 |
| * | Update for llvm api change. | Rafael Espindola | 2014-08-25 | 1 | -4/+3 |
| * | Use range based for loops to avoid needing to re-mention SmallPtrSet size. | Craig Topper | 2014-08-25 | 1 | -8/+6 |
| * | When loading a module with no local entities, still bump the size of the | Ben Langmuir | 2014-08-16 | 1 | -16/+25 |
| * | [modules] When we merge together multiple class template specialization | Richard Smith | 2014-08-14 | 1 | -25/+45 |
| * | [modules] When performing a lookup into a namespace, ensure that any later | Richard Smith | 2014-08-13 | 1 | -19/+22 |
| * | Verify all the module map files for a pcm are the same on load | Ben Langmuir | 2014-08-12 | 1 | -41/+90 |
| * | Correctly implement -include search logic. | Manuel Klimek | 2014-08-12 | 1 | -4/+2 |
| * | Refactor the module map file used for uniquing a module name out of | Ben Langmuir | 2014-08-09 | 1 | -12/+12 |
| * | [modules] Don't defer performing updates if we have incomplete redecl chains. | Richard Smith | 2014-08-07 | 1 | -4/+1 |