Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libclang] Make the test portable. | Argyrios Kyrtzidis | 2011-11-29 | 1 | -1/+1 |
| | | | | llvm-svn: 145377 | ||||
* | [libclang] Make clang_findReferencesInFile also work on macros (find all ↵ | Argyrios Kyrtzidis | 2011-11-29 | 1 | -0/+12 |
expansions/definition of a macro in a file). As a bonus, also make searching for declarations more efficient by ignoring preprocessing entities when we know that we are looking for a declaration. Fixes rdar://10427411. llvm-svn: 145369 |