summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* Give ModuleFiles an index, so that we can use indexed vectors ratherDouglas Gregor2013-01-211-20/+30
* ReadSourceManagerBlock is skipping over records that can contain Blobs. Not ...Chris Lattner2013-01-211-1/+2
* Revert r173056; it breaks one of the CodeGen-with-PCH tests.Douglas Gregor2013-01-211-18/+8
* When loading an identifier from an AST file solely for the purpose ofDouglas Gregor2013-01-211-8/+18
* When deserializing a declaration, don't look for redeclarations if itsDouglas Gregor2013-01-214-15/+81
* Introduce a fast path for the ASTReader's name lookup within aDouglas Gregor2013-01-214-2/+103
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-202-0/+2
* update to use the new BitcodeCursor readRecord that takes a StringRef blob pa...Chris Lattner2013-01-203-137/+93
* add back a #include needed on some builders.Chris Lattner2013-01-201-0/+1
* finish converting the normal cases in ASTReader to use the new BitstreamCurso...Chris Lattner2013-01-201-202/+147
* convert some more stuff over to use new cursor APIs.Chris Lattner2013-01-201-37/+34
* switch a bunch of ASTReader to use the new BitstreamCursor::advance* methods,Chris Lattner2013-01-191-162/+145
* libclangSerialization also depends on the bitreader.Benjamin Kramer2013-01-191-0/+2
* [PCH/Modules] Revert r172843, it caused a module to fail building.Argyrios Kyrtzidis2013-01-192-41/+44
* Remove unused variableMatt Beaumont-Gay2013-01-181-1/+0
* [PCH/Modules] Re-apply r172620 and r172629, now with 100% less infinite loops!Argyrios Kyrtzidis2013-01-182-44/+42
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-182-0/+4
* Revert Clang r172620 and r172629, which caused a hang when buildingDouglas Gregor2013-01-182-30/+56
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-163-11/+16
* [PCH/Modules] The iterator may become invalidated because a new macro can be ...Argyrios Kyrtzidis2013-01-161-2/+4
* [PCH/Modules] Change how macro [re]definitions are de/serialized.Argyrios Kyrtzidis2013-01-162-56/+28
* Fix CastingDavid Greene2013-01-151-1/+1
* 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
OpenPOWER on IntegriCloud