aboutsummaryrefslogtreecommitdiff
path: root/test/Index/annotate-macro-args.m
AgeCommit message (Collapse)Author
2012-10-02clang/test/Index: Fix two tests. Both %S and %t are expanded to absolute paths.NAKAMURA Takumi
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164982 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-01[clang-tests] Changed relative paths to absolute paths in run command for ↵Michael Gottesman
annotate-macro-args.m, get-cursor-macro-args.m, import_self.c. This fixes make check-all failures when make -C is used to run the tests. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164978 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-23[libclang] For a ↵Argyrios Kyrtzidis
CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl cursor, return from clang_getCursorLocation the start location of the method name. rdar://11105223 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153303 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-18[libclang] Annotate correctly macro argument tokens.Argyrios Kyrtzidis
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137961 91177308-0d34-0410-b5e6-96231b3b80d8