aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/Utils.h
AgeCommit message (Expand)Author
2009-07-06Move the 'ResolveLocationInAST' function from the Frontend library to the Ind...Argyrios Kyrtzidis
2009-07-06Move ASTLocation and DeclReferenceMap from the AST library to the Index library.Argyrios Kyrtzidis
2009-07-06Rename 'ASTNode' -> 'ASTLocation'.Argyrios Kyrtzidis
2009-07-05Make use of ASTNode for return value of clang::ResolveLocationInAST() and in ...Argyrios Kyrtzidis
2009-06-25Introduce the ResolveLocationInAST function which takes an ASTContext and a S...Argyrios Kyrtzidis
2009-05-19Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman