aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/TypeLocBuilder.h
AgeCommit message (Expand)Author
2013-02-18Replace TypeLoc llvm::cast support to be well-defined.David Blaikie
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2011-06-20Remove more unnecessary #include <llvm/ADT/SmallVector.h>Francois Pichet
2011-06-17Objective-C++ ARC: eliminate the utterly unjustified loophole thatDouglas Gregor
2011-06-17Objective-ARC++: infer template type arguments ofDouglas Gregor
2011-06-15Automatic Reference Counting.John McCall
2011-03-22Remove crash recovery cleanups from TypeLocBuilder. They were a bit error pr...Ted Kremenek
2011-03-19Recovery memory from TypeLocBuilders during crashes.Ted Kremenek
2011-02-24Teach CXXScopeSpec to handle the extension of a nested-name-specifierDouglas Gregor
2010-12-02Make TypeLocBuilder an implementation detail of Sema. Nobody else should be u...Douglas Gregor