summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Temporarily reverting r223443 due to bot breakage.Aaron Ballman2014-12-051-71/+65
* [modules] Instead of storing absolute paths in a .pcm file, store the path toRichard Smith2014-12-051-65/+71
* Try to fix the MSVC build.Hans Wennborg2014-12-021-3/+2
* [modules] Track how 'header' directives were written in module map files,Richard Smith2014-12-021-1/+7
* PR21323: Fix iterator invalidation issue when looking for redeclarations of aRichard Smith2014-11-211-3/+8
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-2/+2
* [ASTReader] Add a convenience function to retrieve all the input files of a m...Argyrios Kyrtzidis2014-11-181-0/+8
* Update for llvm api change.Rafael Espindola2014-11-121-1/+1
* Simplify code a bit by passing StreamFile to the BitstreamCursor constructor.Rafael Espindola2014-11-121-4/+2
* Validate user headers even if -fmodules-validate-once-per-build-sessionBen Langmuir2014-11-101-3/+2
* Fix unintended fallthrough in ASTReaderBen Langmuir2014-11-081-0/+2
* Introduce a SanitizerKind enum to LangOptions.Alexey Samsonov2014-11-071-1/+2
* [modules] When a .pcm file is explicitly built separately from the translationRichard Smith2014-10-311-18/+47
* [modules] Allow -I, -D, -W flags to change between building a module andRichard Smith2014-10-281-3/+18
* Remove unused variable.Richard Smith2014-10-271-2/+1
* [modules] Load .pcm files specified by -fmodule-file lazily.Richard Smith2014-10-271-0/+19
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-261-11/+8
* [modules] Support combining 'textual' with 'private'.Richard Smith2014-10-241-17/+10
* [modules] Simplify reading of INPUT_FILE_OFFSETS record and make it robust ag...Richard Smith2014-10-231-7/+7
* Factor out common checks from module map deserialization. No functionality ch...Richard Smith2014-10-231-110/+17
* Add a "signature" to AST files to verify that they haven't changedBen Langmuir2014-10-231-2/+40
* [modules] Initial support for explicitly loading .pcm files.Richard Smith2014-10-221-21/+37
* [modules] When building an injected-class-name type, we may have to insert itRichard Smith2014-10-211-6/+11
* Revert most of r215810, which is no longer neededBen Langmuir2014-10-201-24/+15
OpenPOWER on IntegriCloud