summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/TypeLocVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-1/+1
* Silence a control reaches end of function warning. Patch by EneaMike Stump2010-01-181-0/+1
* Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin2009-12-121-1/+1
* Clone the full Type hierarchy into the TypeLoc hierarchy. NormalizeJohn McCall2009-10-181-26/+18
* Better living through metaprogramming. Create a base class which abstractsJohn McCall2009-10-151-7/+18
* Pull TypeLocVisitor into its own header file.Argyrios Kyrtzidis2009-09-291-0/+58