| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and ↵ | Argyrios Kyrtzidis | 2017-01-11 | 1 | -2/+8 |
| | | | | | | | properties with IBOutletCollection. llvm-svn: 291703 | ||||
| * | [index] Add 'contained-by' relation between references and their lexical ↵ | Argyrios Kyrtzidis | 2017-01-11 | 1 | -2/+7 |
| | | | | | | | container. llvm-svn: 291700 | ||||
| * | [index] Handle properly C++14's template variables. | Argyrios Kyrtzidis | 2016-11-07 | 1 | -4/+6 |
| | | | | | | | | | | - Infer the right symbol kind. - Provide a templated USR, similar to how we handle class templates. rdar://28980398 llvm-svn: 286154 | ||||
| * | [index] Fix assertion hit when handling a declaration of C++'s 'operator ↵ | Argyrios Kyrtzidis | 2016-11-02 | 1 | -10/+0 |
| | | | | | | | | | | | | new' function. Part of this is to allow creating a USR for the canonical decl of that which is implicit and does not have a source location. rdar://28978992 llvm-svn: 285868 | ||||
| * | [index] Index system ImportDecls even when there is a DeclarationsOnly filter | Ben Langmuir | 2016-07-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | Whether we call an ImportDecl a decl or a reference symbol role is somewhat academic, but in practice it's more like a declaration because it is interesting even to consumers who wouldn't care about references. Most importantly, we want to report the module dependencies of system modules even when we have declaration-only filtering. rdar://problem/27134855 llvm-svn: 275454 | ||||
| * | [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 | |||||

