summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the branching in QualType::getTypePtr() by providing aDouglas Gregor2010-12-101-1/+7
* Added ParenType type node.Abramo Bagnara2010-12-101-0/+13
* Use error_code instead of std::string* for MemoryBuffer.Michael J. Spencer2010-12-091-3/+7
* More anonymous struct/union redesign. This one deals with anonymous field use...Francois Pichet2010-12-041-6/+14
* Serialization: support for CUDA language extensionsPeter Collingbourne2010-12-011-0/+2
* When using a precompiled preamble with detailed preprocessing records,Douglas Gregor2010-11-301-23/+44
* When loading a precompiled preamble, use the file ID of theDouglas Gregor2010-11-301-0/+12
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Hide a bunch of symbols.Benjamin Kramer2010-11-251-6/+8
* change the 'is directory' indicator to be a null-or-notChris Lattner2010-11-231-2/+3
* simplify the cache miss handling code, eliminating CacheMissing.Chris Lattner2010-11-231-1/+1
* PCH files only cache successful stats. Remove the code that reads/writes Chris Lattner2010-11-231-15/+3
* rework the stat cache, pulling it out of FileManager.h intoChris Lattner2010-11-231-12/+13
* tidy up. Split FileManager::getBufferForFile intoChris Lattner2010-11-231-3/+2
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-9/+4
* remove old compatibility APIs, use StringRef versions instead.Chris Lattner2010-11-211-2/+2
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-1/+1
* Add a variant of GCC-style vector types for ARM NEON.Bob Wilson2010-11-101-2/+2
* Remove broken support for variadic templates, along with the variousDouglas Gregor2010-11-071-7/+4
* Read/write from/to PCH the diagnostic mappings that the user set so that e.g....Argyrios Kyrtzidis2010-11-051-0/+23
* Implement -working-directory.Argyrios Kyrtzidis2010-11-031-4/+13
* Plug a leak in the preprocessing record's handling of inclusionDouglas Gregor2010-11-011-1/+1
* Make the deserialization of macro definitions lazy, so that we canDouglas Gregor2010-10-301-1/+50
* Make the deserialization of C++ base class specifiers lazy, improvingDouglas Gregor2010-10-291-1/+78
* Switch case IDs conflict between chained PCHs; since there is no need to be g...Argyrios Kyrtzidis2010-10-281-0/+7
* Use the ASTMutationListener to track added template specializations in a chai...Argyrios Kyrtzidis2010-10-281-7/+0
* When de-serializing a type that is supposed to be canonical, callDouglas Gregor2010-10-261-0/+4
* Put the mechanism in place to track modifications in an AST entity that were ...Argyrios Kyrtzidis2010-10-241-2/+21
* Simplify and "robust-ify" the way that CXXRecord references point to the defi...Argyrios Kyrtzidis2010-10-241-0/+3
* Substantially revise how clang computes the visibility of a declaration toJohn McCall2010-10-221-1/+1
* Reorganize predefined macros for all Windows targets.Michael J. Spencer2010-10-211-0/+1
* Fix Whitespace.Michael J. Spencer2010-10-211-40/+40
* Extend the preprocessing record and libclang with support forDouglas Gregor2010-10-201-16/+52
* Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...Argyrios Kyrtzidis2010-10-151-0/+55
* When performing typo correction, look through the set of knownDouglas Gregor2010-10-141-0/+62
* At Fariborz's request, a somewhat cleaner bit-combining hack.John McCall2010-10-141-3/+3
* Allow deserialization of just the fields of a record, when we want to iterate...Argyrios Kyrtzidis2010-10-141-7/+11
* Implement -fshort-enums (rdar://8490496).Argyrios Kyrtzidis2010-10-081-0/+1
* Fix a marvelous chained AST writing bug, where we end up with theDouglas Gregor2010-10-051-0/+3
* Give every file that ASTReader loads a type: module, PCH, precompiled preambl...Sebastian Redl2010-10-051-8/+10
* Thread PerFileData through the ASTReader again, this time with the LLVM changes.Sebastian Redl2010-10-051-195/+202
* Implement chained PCH support for the macro definitions stored withinDouglas Gregor2010-10-021-11/+21
* Revert r115336 ("Thread PerFileData through everything."), becauseDouglas Gregor2010-10-011-202/+196
* Thread PerFileData through everything. This allows us to remap stuff later.Sebastian Redl2010-10-011-196/+202
* Record module loaders and module source order.Sebastian Redl2010-10-011-1/+7
* Implement the C++0x "trailing return type" feature, e.g.,Douglas Gregor2010-10-011-0/+1
* If we get a TU_CONTEXT update from a chained PCH file before weDouglas Gregor2010-10-011-2/+14
* Support implicit includes when generating a PCH and allow the user to pass a ...Argyrios Kyrtzidis2010-09-301-1/+35
* Fix a bug in loading macro records. Fixes yet another crash in libclang.Sebastian Redl2010-09-281-4/+5
* Fix a use of an invalidated reference due to a hash map reallocating.Sebastian Redl2010-09-281-3/+8
OpenPOWER on IntegriCloud