summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* Implement parsing, AST, (de-)serialization, and placeholder globalDouglas Gregor2013-01-142-1/+33
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-124-23/+23
* Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor2013-01-121-1/+5
* [PCH] Make the const_cast explicit to silence a compiler warning.Argyrios Kyrtzidis2013-01-111-1/+2
* Truth in advertising: LocallyScopedExternalDecls actually only containsRichard Smith2013-01-102-17/+17
* [PCH] (De)serialize the end location of MacroInfo.Argyrios Kyrtzidis2013-01-072-0/+2
* updateOutOfDateIdentifier() can cause the identifier table to beDouglas Gregor2013-01-071-2/+10
* Move the common source locations of CastStmt & DefaultStmt into their base cl...Argyrios Kyrtzidis2013-01-042-8/+4
* [PCH/Modules] In ASTReader::completeVisibleDeclsMap, make sure to visit allArgyrios Kyrtzidis2012-12-191-4/+7
* PR13470: Ensure that copy-list-initialization isntantiates asRichard Smith2012-12-192-0/+2
* Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie2012-12-193-16/+17
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-182-0/+12
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-182-7084/+7072
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-182-7072/+7084
* [PCH] Make the new PCH format (control block) backwards compatible andArgyrios Kyrtzidis2012-12-132-0/+16
* [PCH] Remove redundant stat call when validating the input files.Argyrios Kyrtzidis2012-12-111-11/+2
* [PCH] When writing out the list of input files, avoid emitting duplicateArgyrios Kyrtzidis2012-12-111-1/+6
* Finish implementing 'selected constructor' rules for triviality in C++11. InRichard Smith2012-12-082-0/+12
* Implement C++03 [dcl.init]p5's checking for value-initialization of referencesRichard Smith2012-12-082-0/+2
* Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a bodyArgyrios Kyrtzidis2012-12-062-0/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-049-43/+44
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-12-041-2/+2
* 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
OpenPOWER on IntegriCloud