summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-111-0/+2
* [PCH] Store the offsets of source location file entries and go through themArgyrios Kyrtzidis2011-06-021-7/+9
* [PCH] Be conservative and check all the files the PCH references to see ifArgyrios Kyrtzidis2011-06-011-0/+97
* Implement a new type node, UnaryTransformType, designed to represent aAlexis Hunt2011-05-241-0/+13
* Keep track of the file ID corresponding to the original file used toDouglas Gregor2011-05-061-5/+12
* Introduce a new libclang parsing flag,Douglas Gregor2011-05-061-2/+2
* Implement support for C++0x alias templates.Richard Smith2011-05-051-3/+3
* there i fixed itAlexis Hunt2011-05-041-9/+25
* Implement serialization of delegating constructors.Alexis Hunt2011-05-041-9/+22
* Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),Douglas Gregor2011-05-041-1/+2
* Re-applies the patch first applied way back in r106099, withChandler Carruth2011-05-011-2/+3
* Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffer...Ted Kremenek2011-04-281-0/+17
* Make yet another placeholder type, this one marking that an expression is a b...John McCall2011-04-261-0/+1
* Fix a crash when ASTReader emits diagnostic when another one is in flight. Fi...Argyrios Kyrtzidis2011-04-251-4/+11
* Store the full list of pending instantiations in a chained PCH. Previously we...Sebastian Redl2011-04-241-11/+11
* Teach the AST reader and writer to preserve the __DEPRECATED bit inChandler Carruth2011-04-231-0/+2
* Teach SourceManager::getSLocEntry() that it can fail due to problemsDouglas Gregor2011-04-201-2/+2
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-2/+2
* C1X: add a language standardPeter Collingbourne2011-04-151-0/+2
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+5
* The ASTReader created by -chain-include used the generated PCH buffers in the...Sebastian Redl2011-04-141-2/+2
* Fix AST serialization of reference-to-reference types. This previously causedRichard Smith2011-04-121-2/+2
* PR8369: make __attribute((regparm(0))) work correctly. Original patch byEli Friedman2011-04-091-5/+6
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-071-0/+1
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-0/+13
* Propagate the new exception information to FunctionProtoType.Sebastian Redl2011-03-121-9/+12
* Forgotten part of previous commit.Abramo Bagnara2011-03-121-2/+2
* Introduce '-chain-include' option to specify headers that will be converted t...Argyrios Kyrtzidis2011-03-091-14/+20
* When deserializing CXXBaseSpecifiers (and offsets), make sure to walk the cha...Anders Carlsson2011-03-091-8/+10
* Reinstate r127112, "Propagate new-style exception spec information to ExtProt...Sebastian Redl2011-03-061-2/+4
* Revert r127112, "Propagate new-style exception spec information to ExtProtoIn...NAKAMURA Takumi2011-03-061-4/+2
* Propagate new-style exception spec information to ExtProtoInfo.Sebastian Redl2011-03-051-2/+4
* Improved MemberPointerType source locations.Abramo Bagnara2011-03-051-0/+1
* Push nested-name-specifier source location information into templateDouglas Gregor2011-03-021-4/+6
* Push nested-name-specifier source-location information into dependentDouglas Gregor2011-03-011-1/+1
* Reinstate the introduction of source-location information forDouglas Gregor2011-03-011-1/+1
* Implement -mrtd which sets the StdCall calling convention to be the defaultRoman Divacky2011-03-011-0/+1
* Add missing options.Roman Divacky2011-03-011-1/+2
* Revert r126748, my second attempt at nested-name-specifier sourceDouglas Gregor2011-03-011-1/+1
* Reinstate r126737, extending the generation of type-source locationDouglas Gregor2011-03-011-1/+1
* Revert r126737, the most recent nested-name-specifier location change, for bu...Douglas Gregor2011-03-011-1/+1
* Push nested-name-specifier source location information into elaboratedDouglas Gregor2011-03-011-1/+1
* Push nested-name-specifier source location information intoDouglas Gregor2011-03-011-1/+1
* Refactor the construction of nested-name-specifiers withDouglas Gregor2011-02-281-58/+13
* Use NestedNameSpecifierLoc within out-of-line variables, function, andDouglas Gregor2011-02-251-2/+1
* Update UsingDecl, UnresolvedUsingTypenameDecl, andDouglas Gregor2011-02-251-0/+103
* Teach NestedNameSpecifier to keep track of namespace aliases the sameDouglas Gregor2011-02-241-0/+7
* Preserve what the user passed to -include when emitting .d files. Fixes PR8974!Nick Lewycky2011-02-231-4/+5
* Add a CXXExceptions flag to LangOptions.Anders Carlsson2011-02-231-2/+4
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-0/+6
OpenPOWER on IntegriCloud