| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext | Richard Smith | 2015-03-07 | 1 | -16/+3 |
| * | Silence C4715 'not all control paths return a value' warnings. | Yaron Keren | 2015-03-06 | 1 | -0/+1 |
| * | [modules] Rework merging of redeclaration chains on module import. | Richard Smith | 2015-03-05 | 1 | -35/+43 |
| * | Rework our handling of key functions. We used to track a complete list of all | Richard Smith | 2015-02-28 | 1 | -15/+0 |
| * | [modules] Avoid the possibility of a redeclaration chain not being marked 'up | Richard Smith | 2015-02-27 | 1 | -3/+2 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -28/+6 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -6/+28 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 1 | -28/+6 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 1 | -6/+28 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 1 | -28/+6 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -6/+28 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -28/+6 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -6/+28 |
| * | Don't try to rebuild modules on umbrella header mismatch | Ben Langmuir | 2015-02-20 | 1 | -3/+7 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -28/+6 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -6/+28 |
| * | Revert "Mangle the IsSystem bit into the .pcm file name" | Ben Langmuir | 2015-02-19 | 1 | -7/+0 |
| * | [PCH/Modules] Check that the specific module cache path the PCH was built wit... | Argyrios Kyrtzidis | 2015-02-19 | 1 | -8/+55 |
| * | Prevent use after free caused by accessing a member into a dense set. | Daniel Jasper | 2015-02-18 | 1 | -1/+2 |
| * | [modules] Guard against recursively re-entering diagnosing ODR violations while | Richard Smith | 2015-02-13 | 1 | -0/+11 |
| * | [modules] Don't produce duplicate lookup results if the same declaration is | Richard Smith | 2015-02-13 | 1 | -5/+12 |
| * | [modules] Improve llvm-bcanalyzer output on AST files a little. No functional... | Richard Smith | 2015-02-13 | 1 | -2/+2 |
| * | Mangle the IsSystem bit into the .pcm file name | Ben Langmuir | 2015-02-12 | 1 | -0/+7 |
| * | Update APIs that return a pair of iterators to return an iterator_range instead. | Benjamin Kramer | 2015-02-06 | 1 | -7/+8 |
| * | [modules] When we try to complete the redeclaration chain for a class template | Richard Smith | 2015-01-31 | 1 | -0/+15 |
| * | [modules] Sometimes we can deserialize a class member but not have yet | Richard Smith | 2015-01-24 | 1 | -1/+6 |
| * | 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 |