summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* [modules] Avoid adding a redecl chain to the 'pending out of date' list as theRichard Smith2015-02-281-4/+34
* [modules] Deduplicate when merging lists of template specializations from imp...Richard Smith2015-02-281-8/+8
* Rework our handling of key functions. We used to track a complete list of allRichard Smith2015-02-282-23/+0
* [modules] When writing out a list of specializations for a template, if we haveRichard Smith2015-02-272-57/+58
* [modules] Avoid the possibility of a redeclaration chain not being marked 'upRichard Smith2015-02-271-3/+2
* [modules] Don't write out name lookup table entries merely because the moduleRichard Smith2015-02-271-10/+13
* [modules] For an inheriting constructor, the inherited constructor is stored inRichard Smith2015-02-271-1/+2
* [modules] When loading in multiple canonical definitions of a template,Richard Smith2015-02-271-58/+43
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-255-43/+24
* Remove slow and apparently pointless updating of all identifiers at the startRichard Smith2015-02-251-17/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-255-24/+43
* Make RedeclarableResult's ownership-transferring constructor be a moveRichard Smith2015-02-251-4/+4
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-245-43/+24
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-245-24/+43
* Cleanup: remove artificial division between lookup results and const lookupRichard Smith2015-02-211-1/+1
* Revert r167816 and replace it with a proper fix for the issue: do notRichard Smith2015-02-211-4/+2
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-215-43/+24
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-205-24/+43
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-205-43/+24
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-205-24/+43
* Don't try to rebuild modules on umbrella header mismatchBen Langmuir2015-02-201-3/+7
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-205-43/+24
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-205-24/+43
* Revert "Mangle the IsSystem bit into the .pcm file name"Ben Langmuir2015-02-192-8/+0
* [PCH/Modules] Check that the specific module cache path the PCH was built wit...Argyrios Kyrtzidis2015-02-192-8/+57
* Prevent use after free caused by accessing a member into a dense set.Daniel Jasper2015-02-181-1/+2
* Prefer SmallVector::append/insert over push_back loops. Clang edition.Benjamin Kramer2015-02-171-2/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* [modules] Guard against recursively re-entering diagnosing ODR violations whileRichard Smith2015-02-131-0/+11
* [modules] Don't produce duplicate lookup results if the same declaration isRichard Smith2015-02-131-5/+12
* [modules] Improve llvm-bcanalyzer output on AST files a little. No functional...Richard Smith2015-02-132-4/+5
* [modules] When collecting declarations to complete a redeclaration chain for anRichard Smith2015-02-121-12/+18
* Mangle the IsSystem bit into the .pcm file nameBen Langmuir2015-02-122-0/+8
* [modules] Treat friend declarations that are lexically within a dependentRichard Smith2015-02-075-24/+59
* PR22405: don't lose implicit-deleted-ness across AST write / read.Richard Smith2015-02-061-14/+14
* ASTUnit: Use range-based for loops.Benjamin Kramer2015-02-061-1/+2
* Update APIs that return a pair of iterators to return an iterator_range instead.Benjamin Kramer2015-02-061-7/+8
* [modules] If a module declares an entity and then imports another declarationRichard Smith2015-02-062-20/+55
* [modules] Refactor: unify the code that picks which declaration goes into aRichard Smith2015-02-051-55/+46
* [modules] When using -E, we may try to merge decls despite having no SemaRichard Smith2015-02-041-0/+5
* [modules] If we already have a fake definition for one declaration of a class,Richard Smith2015-02-041-1/+2
* [modules] Be sure to load the lexical definition of a class templateRichard Smith2015-02-031-13/+22
* [modules] When we try to complete the redeclaration chain for a class templateRichard Smith2015-01-311-0/+15
* [modules] Sometimes we can deserialize a class member but not have yetRichard Smith2015-01-242-22/+62
* [modules] If we add an implicit special member to a class through an updateRichard Smith2015-01-221-1/+13
* [modules] If we load two declarations with typedef names for linkage purposesRichard Smith2015-01-221-4/+10
* [modules] It's possible to merge into the pattern of a class template before weRichard Smith2015-01-221-3/+7
* Fix bogus 'method is unavailable' errors with modulesBen Langmuir2015-01-121-3/+7
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-123-4/+4
* Objective-C: Serialize "more than one decl" state of ObjCMethodList.Nico Weber2014-12-273-14/+34
OpenPOWER on IntegriCloud