| Commit message (Expand) | Author | Age | Files | Lines |
| * | [modules] Avoid adding a redecl chain to the 'pending out of date' list as the | Richard Smith | 2015-02-28 | 1 | -4/+34 |
| * | [modules] Deduplicate when merging lists of template specializations from imp... | Richard Smith | 2015-02-28 | 1 | -8/+8 |
| * | Rework our handling of key functions. We used to track a complete list of all | Richard Smith | 2015-02-28 | 2 | -23/+0 |
| * | [modules] When writing out a list of specializations for a template, if we have | Richard Smith | 2015-02-27 | 2 | -57/+58 |
| * | [modules] Avoid the possibility of a redeclaration chain not being marked 'up | Richard Smith | 2015-02-27 | 1 | -3/+2 |
| * | [modules] Don't write out name lookup table entries merely because the module | Richard Smith | 2015-02-27 | 1 | -10/+13 |
| * | [modules] For an inheriting constructor, the inherited constructor is stored in | Richard Smith | 2015-02-27 | 1 | -1/+2 |
| * | [modules] When loading in multiple canonical definitions of a template, | Richard Smith | 2015-02-27 | 1 | -58/+43 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 5 | -43/+24 |
| * | Remove slow and apparently pointless updating of all identifiers at the start | Richard Smith | 2015-02-25 | 1 | -17/+0 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 5 | -24/+43 |
| * | Make RedeclarableResult's ownership-transferring constructor be a move | Richard Smith | 2015-02-25 | 1 | -4/+4 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 5 | -43/+24 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 5 | -24/+43 |
| * | Cleanup: remove artificial division between lookup results and const lookup | Richard Smith | 2015-02-21 | 1 | -1/+1 |
| * | Revert r167816 and replace it with a proper fix for the issue: do not | Richard Smith | 2015-02-21 | 1 | -4/+2 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 5 | -43/+24 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 5 | -24/+43 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 5 | -43/+24 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 5 | -24/+43 |
| * | 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 | 5 | -43/+24 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 5 | -24/+43 |
| * | Revert "Mangle the IsSystem bit into the .pcm file name" | Ben Langmuir | 2015-02-19 | 2 | -8/+0 |
| * | [PCH/Modules] Check that the specific module cache path the PCH was built wit... | Argyrios Kyrtzidis | 2015-02-19 | 2 | -8/+57 |
| * | Prevent use after free caused by accessing a member into a dense set. | Daniel Jasper | 2015-02-18 | 1 | -1/+2 |
| * | Prefer SmallVector::append/insert over push_back loops. Clang edition. | Benjamin Kramer | 2015-02-17 | 1 | -2/+1 |
| * | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin... | Aaron Ballman | 2015-02-15 | 1 | -2/+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 | 2 | -4/+5 |
| * | [modules] When collecting declarations to complete a redeclaration chain for an | Richard Smith | 2015-02-12 | 1 | -12/+18 |
| * | Mangle the IsSystem bit into the .pcm file name | Ben Langmuir | 2015-02-12 | 2 | -0/+8 |
| * | [modules] Treat friend declarations that are lexically within a dependent | Richard Smith | 2015-02-07 | 5 | -24/+59 |
| * | PR22405: don't lose implicit-deleted-ness across AST write / read. | Richard Smith | 2015-02-06 | 1 | -14/+14 |
| * | ASTUnit: Use range-based for loops. | Benjamin Kramer | 2015-02-06 | 1 | -1/+2 |
| * | Update APIs that return a pair of iterators to return an iterator_range instead. | Benjamin Kramer | 2015-02-06 | 1 | -7/+8 |
| * | [modules] If a module declares an entity and then imports another declaration | Richard Smith | 2015-02-06 | 2 | -20/+55 |
| * | [modules] Refactor: unify the code that picks which declaration goes into a | Richard Smith | 2015-02-05 | 1 | -55/+46 |
| * | [modules] When using -E, we may try to merge decls despite having no Sema | Richard Smith | 2015-02-04 | 1 | -0/+5 |
| * | [modules] If we already have a fake definition for one declaration of a class, | Richard Smith | 2015-02-04 | 1 | -1/+2 |
| * | [modules] Be sure to load the lexical definition of a class template | Richard Smith | 2015-02-03 | 1 | -13/+22 |
| * | [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 | 2 | -22/+62 |
| * | [modules] If we add an implicit special member to a class through an update | Richard Smith | 2015-01-22 | 1 | -1/+13 |
| * | [modules] If we load two declarations with typedef names for linkage purposes | Richard Smith | 2015-01-22 | 1 | -4/+10 |
| * | [modules] It's possible to merge into the pattern of a class template before we | Richard Smith | 2015-01-22 | 1 | -3/+7 |
| * | Fix bogus 'method is unavailable' errors with modules | Ben Langmuir | 2015-01-12 | 1 | -3/+7 |
| * | Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC | Alexey Bataev | 2015-01-12 | 3 | -4/+4 |
| * | Objective-C: Serialize "more than one decl" state of ObjCMethodList. | Nico Weber | 2014-12-27 | 3 | -14/+34 |