summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* When we're emitting a diagnostic with a source location in an importedDouglas Gregor2012-11-301-0/+19
* Actually keep track of the source locations at which particular moduleDouglas Gregor2012-11-302-6/+11
* Refactor to reduce duplication in handling of special member functions. No fu...Richard Smith2012-11-302-36/+8
* Store on the CXXRecordDecl whether the class has, or would have, a copyRichard Smith2012-11-282-0/+8
* Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents areArgyrios Kyrtzidis2012-11-283-5/+6
* [modules] Use a memory buffer directly as input for the module includes,Argyrios Kyrtzidis2012-11-152-0/+9
* [modules] Setup the import location of a module file and use itArgyrios Kyrtzidis2012-11-152-9/+31
* Suppress elided variadic macro argument extension diagnostic for macros usingEli Friedman2012-11-142-0/+3
* Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBufferArgyrios Kyrtzidis2012-11-091-2/+4
* Allow to pass from syntactic form of InitListExpr to semantic form (just as v...Abramo Bagnara2012-11-082-1/+4
* When loading a module fails because it is out of date, rebuild thatDouglas Gregor2012-11-072-9/+53
* PR13552: Fix the end location of a CXXNewExpr.David Blaikie2012-11-072-2/+2
* Tease out the routine that reads the control block of an AST file fromDouglas Gregor2012-11-061-26/+34
* [PCH] Take into account the 'include' source location of a SM_SLOC_BUFFER_ENTRY.Argyrios Kyrtzidis2012-11-061-1/+3
* [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType typeArgyrios Kyrtzidis2012-11-062-3/+3
* [libclang] Correct how the index inside the local preprocessed entities arrayArgyrios Kyrtzidis2012-11-021-5/+3
* [PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis2012-10-314-169/+7
* getOriginalSourceFileName and getOriginalSourceFile can return a StringRef.Rafael Espindola2012-10-301-6/+5
* [PCH] The diagnostic state points can refer to previously createdArgyrios Kyrtzidis2012-10-302-14/+37
* Remove the old predefines-buffer diffing code completely. It's beenDouglas Gregor2012-10-251-332/+1
* Fix computation of predefines buffer from the preprocessor-optionDouglas Gregor2012-10-251-10/+1
* The the preprocessor option validator to compute suggestedDouglas Gregor2012-10-251-14/+72
* Teach the PCH validator to check the preprocessor options, especiallyDouglas Gregor2012-10-242-6/+129
* (De-)serialize the preprocessor options, including macros defined,Douglas Gregor2012-10-242-3/+75
* (De-)serialize header search options.Douglas Gregor2012-10-242-2/+101
* (De-)serialize the file system options.Douglas Gregor2012-10-242-1/+27
* Serialize DiagnosticOptions to the AST file.Douglas Gregor2012-10-242-0/+45
* If the precompiled header named by "-include" is actually a directory,Douglas Gregor2012-10-231-82/+235
* Allow clients of the AST reader to specify what kinds of AST loadDouglas Gregor2012-10-221-62/+108
* Collapse ASTReader::ReadSLocEntryRecord() into its only caller,Douglas Gregor2012-10-221-8/+3
* Distinguish the various kinds of AST file loading failures:Douglas Gregor2012-10-221-112/+90
* ASTReader.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2012-10-221-0/+1
* Eliminate the redundancy between source-file information in the sourceDouglas Gregor2012-10-222-201/+174
* ASTWriter.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2012-10-191-2/+1
* Describe the new input-files block and its record, for llvm-bcanalyzer.Douglas Gregor2012-10-191-0/+3
* Move the set of files to be validated in an AST file into the controlDouglas Gregor2012-10-193-126/+190
* Move OriginalDir from ASTReader to ModuleFile.Douglas Gregor2012-10-181-18/+13
* Move the "RelocatablePCH" bit from the ASTReader to the module file.Douglas Gregor2012-10-181-9/+9
* Move information about the "original file" from the ASTReader into theDouglas Gregor2012-10-181-17/+21
* From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources.Axel Naumann2012-10-181-1/+1
* Collapse the original file name and original file ID records into aDouglas Gregor2012-10-182-19/+9
* Collapse the "version control revision/tag" AST file record into theDouglas Gregor2012-10-182-33/+35
* Split the target options out into their own record within the ASTDouglas Gregor2012-10-182-31/+39
* DR1442: In a range-based for statement, namespace 'std' is not an associatedRichard Smith2012-10-182-4/+0
* Start factoring the on-disk records for an AST file into a controlDouglas Gregor2012-10-182-155/+230
* Set a special flag in class metadata when an Objective-C classJohn McCall2012-10-172-0/+4
* Serialize TargetOptions into an AST file, and make sure that we keepDouglas Gregor2012-10-162-23/+92
* Introduce the notion of excluded headers into the module mapDouglas Gregor2012-10-152-1/+33
* [PCH] We only need to record C++ overridden methods once for the canonical decl.Argyrios Kyrtzidis2012-10-121-5/+10
* Track which particular submodule #undef's a macro, so that the actualDouglas Gregor2012-10-122-10/+49
OpenPOWER on IntegriCloud