Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang/test/Index: Fix two tests. Both %S and %t are expanded to absolute paths. | NAKAMURA Takumi | 2012-10-02 | 1 | -3/+3 |
| | | | | llvm-svn: 164982 | ||||
* | [clang-tests] Changed relative paths to absolute paths in run command for ↵ | Michael Gottesman | 2012-10-01 | 1 | -5/+5 |
| | | | | | | | | 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. llvm-svn: 164978 | ||||
* | [libclang] For a ↵ | Argyrios Kyrtzidis | 2012-03-23 | 1 | -4/+4 |
| | | | | | | | | | | CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl cursor, return from clang_getCursorLocation the start location of the method name. rdar://11105223 llvm-svn: 153303 | ||||
* | [libclang] Annotate correctly macro argument tokens. | Argyrios Kyrtzidis | 2011-08-18 | 1 | -0/+23 |
llvm-svn: 137961 |