summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't add ID mappings for offsets with no entities in a moduleBen Langmuir2014-10-201-33/+27
* PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...David Blaikie2014-10-161-2/+1
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-1/+14
* Avoid a couple of assertions when preprocessing with modulesBen Langmuir2014-09-101-18/+20
* Add -Wunused-local-typedef, a warning that finds unused local typedefs.Nico Weber2014-09-061-0/+18
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-291-1/+1
* [modules] When completing the redecl chain for an anonymous declaration in aRichard Smith2014-08-281-4/+14
* [modules] Number anonymous declarations that are lexically within mergeableRichard Smith2014-08-281-1/+4
* [modules] Add an assert that we properly manage the IsCompleteDefinition flagRichard Smith2014-08-271-1/+4
* Overload SourceManager::overrideFileContents so that unconditionally passing ...David Blaikie2014-08-271-1/+1
* Update for LLVM api change.Rafael Espindola2014-08-271-6/+6
* Return a std::unique_ptr from getBufferForFile. NFC.Rafael Espindola2014-08-261-4/+4
* Update for llvm api change.Rafael Espindola2014-08-251-4/+3
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-251-8/+6
* When loading a module with no local entities, still bump the size of theBen Langmuir2014-08-161-16/+25
* [modules] When we merge together multiple class template specializationRichard Smith2014-08-141-25/+45
* [modules] When performing a lookup into a namespace, ensure that any laterRichard Smith2014-08-131-19/+22
* Verify all the module map files for a pcm are the same on loadBen Langmuir2014-08-121-41/+90
* Correctly implement -include search logic.Manuel Klimek2014-08-121-4/+2
* Refactor the module map file used for uniquing a module name out ofBen Langmuir2014-08-091-12/+12
* [modules] Don't defer performing updates if we have incomplete redecl chains.Richard Smith2014-08-071-4/+1
OpenPOWER on IntegriCloud