summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Workaround a performance issue with modules + PCHBen Langmuir2015-04-101-1/+4
* [modules] Remove unused MACRO_TABLE record.Richard Smith2015-04-101-5/+0
* [modules] When merging class definitions, make the retained definition visibleRichard Smith2015-03-271-14/+8
* [Modules] Preserve source order for the map of late parsed templates.Chandler Carruth2015-03-261-2/+2
* [modules] Deserialize CXXCtorInitializer list for a constructor lazily.Richard Smith2015-03-241-79/+117
* A couple of readASTFileSignature improvements (NFC)Ben Langmuir2015-03-241-18/+14
* [modules] Fix an iterator invalidation bug found by the modules selfhost bot.Richard Smith2015-03-231-4/+8
* [modules] Remove redundant import of lexical decls when building a lookup tableRichard Smith2015-03-231-13/+27
* Reverting 232853 and 232870 because they depend on 232793,Vince Harron2015-03-221-17/+2
* Reverting r232793 until some new LLDB failures are discussedVince Harron2015-03-221-10/+11
* [modules] When either redecl chain merging or an update record causes us toRichard Smith2015-03-211-1/+8
* [modules] Remove temporary IdentifierInfo lookup results when we're done with...Richard Smith2015-03-201-1/+9
* [modules] Remove some redundant work when building a lookup table for a DeclC...Richard Smith2015-03-201-11/+10
* Make module files passed to a module build via -fmodule-file= available toRichard Smith2015-03-181-0/+22
* [modules] If we find more formerly-canonical declarations of an entity whileRichard Smith2015-03-161-1/+1
* [modules] Teach the AST reader to handle the case of importing a moduleChandler Carruth2015-03-141-50/+54
* [Modules] Teach Clang to survive ambiguous macros which come from systemChandler Carruth2015-03-131-7/+5
* Deduplicate #undef directives imported from multiple modules.Richard Smith2015-03-131-3/+8
* [modules] Avoid accidentally completing the redeclaration chain when updatingRichard Smith2015-03-111-15/+19
* Replace Sema's map of locally-scoped extern "C" declarations with a DeclContextRichard Smith2015-03-071-16/+3
* Silence C4715 'not all control paths return a value' warnings.Yaron Keren2015-03-061-0/+1
* [modules] Rework merging of redeclaration chains on module import.Richard Smith2015-03-051-35/+43
* Rework our handling of key functions. We used to track a complete list of allRichard Smith2015-02-281-15/+0
* [modules] Avoid the possibility of a redeclaration chain not being marked 'upRichard Smith2015-02-271-3/+2
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-28/+6
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-6/+28
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-28/+6
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-6/+28
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-28/+6
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-6/+28
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-28/+6
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-6/+28
* 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-201-28/+6
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-6/+28
* Revert "Mangle the IsSystem bit into the .pcm file name"Ben Langmuir2015-02-191-7/+0
* [PCH/Modules] Check that the specific module cache path the PCH was built wit...Argyrios Kyrtzidis2015-02-191-8/+55
* Prevent use after free caused by accessing a member into a dense set.Daniel Jasper2015-02-181-1/+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-131-2/+2
* Mangle the IsSystem bit into the .pcm file nameBen Langmuir2015-02-121-0/+7
* Update APIs that return a pair of iterators to return an iterator_range instead.Benjamin Kramer2015-02-061-7/+8
* [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-241-1/+6
* Fix bogus 'method is unavailable' errors with modulesBen Langmuir2015-01-121-3/+7
* Objective-C: Serialize "more than one decl" state of ObjCMethodList.Nico Weber2014-12-271-9/+20
* Address review feedback on r221933.Nico Weber2014-12-271-7/+7
* [modules] If we import a module, and we've seen a module map that describes theRichard Smith2014-12-061-2/+24
* [modules] Instead of storing absolute paths in a .pcm file, store the path toRichard Smith2014-12-051-67/+71
OpenPOWER on IntegriCloud