summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/index-refs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libclang] Index the field references of a designated initializer, ↵Argyrios Kyrtzidis2012-02-221-0/+11
| | | | | | rdar://10906206 llvm-svn: 151118
* Fix the RecursiveASTVisitor to not traverse C++ default parameters twice.Argyrios Kyrtzidis2012-02-161-0/+1
| | | | llvm-svn: 150651
* [libclang] Do index statements inside a type source info. rdar://10872758Argyrios Kyrtzidis2012-02-161-0/+9
| | | | llvm-svn: 150647
* [libclang] Indexing: only index implicit template instantiations via an ↵Argyrios Kyrtzidis2012-02-141-3/+8
| | | | | | opt-in indexing option. llvm-svn: 150517
* [libclang] For a reference of an implicit template instantiation just giveArgyrios Kyrtzidis2012-02-111-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 Kyrtzidis2012-02-101-0/+16
| | | | llvm-svn: 150268
* [libclang] For CXXOperatorCallExprs, give a valid source location to the ↵Argyrios Kyrtzidis2012-02-081-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 Kyrtzidis2011-12-131-0/+37
rdar://10567864&10567916 llvm-svn: 146497
OpenPOWER on IntegriCloud