summaryrefslogtreecommitdiff
path: root/lib/Sema/TypeLocBuilder.h
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman2013-06-07
* Reverts r183466: "Perform dynamic alignment computations..."Manuel Klimek2013-06-07
* Perform dynamic alignment computations so that the data in TypeLocs isEli Friedman2013-06-07
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-18
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Remove more unnecessary #include <llvm/ADT/SmallVector.h>Francois Pichet2011-06-20
* Objective-C++ ARC: eliminate the utterly unjustified loophole thatDouglas Gregor2011-06-17
* Objective-ARC++: infer template type arguments ofDouglas Gregor2011-06-17
* Automatic Reference Counting.John McCall2011-06-15
* Remove crash recovery cleanups from TypeLocBuilder. They were a bit error pr...Ted Kremenek2011-03-22
* Recovery memory from TypeLocBuilders during crashes.Ted Kremenek2011-03-19
* Teach CXXScopeSpec to handle the extension of a nested-name-specifierDouglas Gregor2011-02-24
* Make TypeLocBuilder an implementation detail of Sema. Nobody else should be u...Douglas Gregor2010-12-02