summaryrefslogtreecommitdiffstats
path: root/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* Merging r228464:Hans Wennborg2015-02-061-14/+14
* 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
* Address review feedback on r221933.Nico Weber2014-12-272-21/+21
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-163-3/+4
* First patch with codegen of the 'omp for' directive. It implementsAlexander Musman2014-12-152-0/+18
* [modules] When constructing paths relative to a module, strip out /./ directoryRichard Smith2014-12-111-15/+19
* [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-053-142/+187
* Temporarily reverting r223443 due to bot breakage.Aaron Ballman2014-12-053-187/+140
* [modules] Instead of storing absolute paths in a .pcm file, store the path toRichard Smith2014-12-053-140/+187
* 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-022-13/+26
* [modules] When explicitly importing a module, it's fine for the imported moduleRichard Smith2014-11-211-0/+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-193-4/+4
* [OPENMP] Additional processing of 'omp atomic read' directive.Alexey Bataev2014-11-182-0/+6
* [ASTReader] Add a convenience function to retrieve all the input files of a m...Argyrios Kyrtzidis2014-11-181-0/+8
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-131-4/+2
* 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-122-6/+3
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-113-2/+20
* Validate user headers even if -fmodules-validate-once-per-build-sessionBen Langmuir2014-11-101-3/+2
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-082-1/+26
* Check module signature when the module has already been loadedBen Langmuir2014-11-081-7/+13
* Fix unintended fallthrough in ASTReaderBen Langmuir2014-11-081-0/+2
* Introduce a SanitizerKind enum to LangOptions.Alexey Samsonov2014-11-072-3/+5
* Remove CastKind typedef from CastExpr since CastKind is in the clang namespace.Craig Topper2014-10-311-1/+1
* [modules] When a .pcm file is explicitly built separately from the translationRichard Smith2014-10-311-18/+47
* Improved capturing variable-length array types in CapturedStmt.Alexey Bataev2014-10-291-1/+1
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-282-4/+0
* [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
* Add the initial TypoExpr AST node for delayed typo correction.Kaelyn Takata2014-10-272-0/+10
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-263-29/+23
* [modules] Support combining 'textual' with 'private'.Richard Smith2014-10-242-51/+34
* [Modules] Free modules that failed signature verification.Benjamin Kramer2014-10-241-0/+1
* [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-235-3/+79
* [modules] Add support for 'textual header' directives.Richard Smith2014-10-221-1/+13
* Removing the setLBracLoc and setRBracLoc functions from CompoundStmt -- their...Aaron Ballman2014-10-221-2/+2
* [modules] Initial support for explicitly loading .pcm files.Richard Smith2014-10-223-24/+41
* [modules] When building an injected-class-name type, we may have to insert itRichard Smith2014-10-211-6/+11
* [OPENMP] Codegen for 'private' clause in 'parallel' directive.Alexey Bataev2014-10-212-1/+9
* 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-202-45/+50
* Rename TemplateArgument::getTypeForDecl to getParamTypeForDecl for clarityDavid Blaikie2014-10-171-1/+1