Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [index] Fix regression where ObjC method declarations may mistakenly get ↵ | Argyrios Kyrtzidis | 2016-03-31 | 1 | -3/+3 |
| | | | | | | | | indexed as definition. rdar://25372906 llvm-svn: 265042 | ||||
* | [index] Make sure that declarations of builtin functions are indexed. | Argyrios Kyrtzidis | 2016-03-17 | 1 | -2/+5 |
| | | | | | | rdar://25154630 llvm-svn: 263689 | ||||
* | Pacify gcc's parenthesis warning, which doesn't realize that parens don't ↵ | Manuel Klimek | 2016-03-09 | 1 | -3/+2 |
| | | | | | | matter here. llvm-svn: 263004 | ||||
* | [index] Add a message for the assertion, NFC. | Argyrios Kyrtzidis | 2016-03-09 | 1 | -1/+2 |
| | | | | llvm-svn: 262991 | ||||
* | [index] Fix assertion hit when indexing re-declarations of built-in functions. | Argyrios Kyrtzidis | 2016-03-09 | 1 | -0/+1 |
| | | | | llvm-svn: 262984 | ||||
* | [index] Distinguish USRs of anonymous enums by using their first enumerator. | Argyrios Kyrtzidis | 2016-03-04 | 1 | -4/+0 |
| | | | | | | rdar://24609949. llvm-svn: 262695 | ||||
* | [index] Ignore ObjCTypeParamDecls during indexing. | Argyrios Kyrtzidis | 2016-03-04 | 1 | -0/+3 |
| | | | | llvm-svn: 262686 | ||||
* | [index] Print and test module import references. | Argyrios Kyrtzidis | 2016-02-29 | 1 | -2/+7 |
| | | | | llvm-svn: 262208 | ||||
* | silence -Wreturn-type warnings | Saleem Abdulrasool | 2016-02-15 | 1 | -0/+1 |
| | | | | | | | | These codepaths would generate warnings with GCC on linux even though the switch was covered. Add llvm_unreachable markers to indicate that the switch should be covered. NFC. llvm-svn: 260865 | ||||
* | [libclang] Separate the underlying indexing functionality of libclang and ↵ | Argyrios Kyrtzidis | 2016-02-12 | 1 | -0/+325 |
introduce it into the clangIndex library. It is a general goodness for libclang itself to mostly be a wrapper of functionality provided by the libraries. llvm-svn: 260760 |