Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libclang] Index the field references of a designated initializer, ↵ | Argyrios Kyrtzidis | 2012-02-22 | 1 | -0/+11 |
| | | | | | | rdar://10906206 llvm-svn: 151118 | ||||
* | Fix the RecursiveASTVisitor to not traverse C++ default parameters twice. | Argyrios Kyrtzidis | 2012-02-16 | 1 | -0/+1 |
| | | | | llvm-svn: 150651 | ||||
* | [libclang] Do index statements inside a type source info. rdar://10872758 | Argyrios Kyrtzidis | 2012-02-16 | 1 | -0/+9 |
| | | | | llvm-svn: 150647 | ||||
* | [libclang] Indexing: only index implicit template instantiations via an ↵ | Argyrios Kyrtzidis | 2012-02-14 | 1 | -3/+8 |
| | | | | | | opt-in indexing option. llvm-svn: 150517 | ||||
* | [libclang] For a reference of an implicit template instantiation just give | Argyrios Kyrtzidis | 2012-02-11 | 1 | -0/+19 |
| | | | | | | | a reference for the instantiation decl. Also test that its location is correct after previous commit. llvm-svn: 150291 | ||||
* | [libclang] Indexing API: fully index using decls and directives. | Argyrios Kyrtzidis | 2012-02-10 | 1 | -0/+16 |
| | | | | llvm-svn: 150268 | ||||
* | [libclang] For CXXOperatorCallExprs, give a valid source location to the ↵ | Argyrios Kyrtzidis | 2012-02-08 | 1 | -0/+23 |
| | | | | | | | | | | DeclRefExpr that is referencing the member function, so we can index the referenced function. Fixes rdar://10762375&10324915 & http://llvm.org/PR11192 llvm-svn: 150033 | ||||
* | [libclang] Indexing API: Fix indexing of missed references. | Argyrios Kyrtzidis | 2011-12-13 | 1 | -0/+37 |
rdar://10567864&10567916 llvm-svn: 146497 |