summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused.Daniel Dunbar2013-01-301-3/+1
* [Frontend] Add an ExternCSystem include entry group.Daniel Dunbar2013-01-301-2/+1
* Add some more ASTReader statistics for global method pool lookups.Douglas Gregor2013-01-281-7/+23
* Preserve Sema::UndefinedInternals across PCH boundaries. FixesNick Lewycky2013-01-261-1/+29
* Improve coordination between the module manager and the global moduleDouglas Gregor2013-01-251-19/+15
* [Frontend] Remove another IsUserSpecified member variable that is now unused.Daniel Dunbar2013-01-251-3/+2
* Implement the reader of the global module index and wire it into theDouglas Gregor2013-01-251-8/+69
* Rename the -cc1 option "-generate-module-index" toDouglas Gregor2013-01-251-1/+2
* Track the number of lookups and hits into the on-disk hash tables forDouglas Gregor2013-01-251-9/+32
* Implement the writer side of the global module index. Douglas Gregor2013-01-231-2/+3
* Factor the trait for lookup into the on-based hash table ofDouglas Gregor2013-01-231-13/+11
* Make getDefinitiveDeclContext() actually return a DeclContext, as oneDouglas Gregor2013-01-221-2/+2
* Switch to APFloat constructor taking fltSemantics.Tim Northover2013-01-221-2/+4
* 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
* Introduce a fast path for the ASTReader's name lookup within aDouglas Gregor2013-01-211-2/+32
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+1
* update to use the new BitcodeCursor readRecord that takes a StringRef blob pa...Chris Lattner2013-01-201-110/+78
* 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
* [PCH/Modules] Revert r172843, it caused a module to fail building.Argyrios Kyrtzidis2013-01-191-29/+26
* 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-181-26/+30
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-181-0/+2
* Revert Clang r172620 and r172629, which caused a hang when buildingDouglas Gregor2013-01-181-21/+40
* [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-161-40/+19
* Implement parsing, AST, (de-)serialization, and placeholder globalDouglas Gregor2013-01-141-0/+17
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-16/+16
* 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-101-7/+7
* [PCH] (De)serialize the end location of MacroInfo.Argyrios Kyrtzidis2013-01-071-0/+1
* [PCH/Modules] In ASTReader::completeVisibleDeclsMap, make sure to visit allArgyrios Kyrtzidis2012-12-191-4/+7
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+6
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-6998/+6992
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-6992/+6998
* [PCH] Make the new PCH format (control block) backwards compatible andArgyrios Kyrtzidis2012-12-131-0/+10
* [PCH] Remove redundant stat call when validating the input files.Argyrios Kyrtzidis2012-12-111-11/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-15/+15
* 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-301-2/+3
* Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents areArgyrios Kyrtzidis2012-11-281-2/+3
* [modules] Use a memory buffer directly as input for the module includes,Argyrios Kyrtzidis2012-11-151-0/+4
* [modules] Setup the import location of a module file and use itArgyrios Kyrtzidis2012-11-151-8/+30
* Suppress elided variadic macro argument extension diagnostic for macros usingEli Friedman2012-11-141-0/+2
OpenPOWER on IntegriCloud