summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/TypeLocNodes.def
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Clone the full Type hierarchy into the TypeLoc hierarchy. NormalizeJohn McCall2009-10-181-34/+12
* Better living through metaprogramming. Create a base class which abstractsJohn McCall2009-10-151-4/+12
* Introduce ObjCInterfaceLoc which provides type source information for ObjC in...Argyrios Kyrtzidis2009-09-291-0/+1
* Introduce ObjCProtocolListLoc for keeping source location information for pro...Argyrios Kyrtzidis2009-09-291-0/+1
* Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and rea...Argyrios Kyrtzidis2009-08-191-0/+53