summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/IndexDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libclang] If CXIndexOpt_IndexFunctionLocalSymbols is enabled, alsoArgyrios Kyrtzidis2012-01-141-2/+14
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-19/+4
* Move the data that corresponds to the definition of a protocol into aDouglas Gregor2012-01-011-1/+1
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-11/+4
* Keep track of all declarations of an Objective-C class (both forwardDouglas Gregor2011-12-151-1/+1
* [libclang] Indexing API: Fix indexing of missed references.Argyrios Kyrtzidis2011-12-131-8/+20
* [libclang] Index C++ namespaces.Argyrios Kyrtzidis2011-12-071-0/+6
* [libclang] Indexing API: Fix issues, mostly C++ related.Argyrios Kyrtzidis2011-11-231-1/+5
* [libclang] Indexing API: Support C++ symbols.Argyrios Kyrtzidis2011-11-221-2/+27
* [libclang] Indexing API:Argyrios Kyrtzidis2011-11-181-0/+26
* [libclang] Indexing API: Pass an implicit ObjCInterfaceDecl (@implementation ...Argyrios Kyrtzidis2011-11-151-0/+4
* [libclang] Introduce a new function to apply the indexing callbacks on an exi...Argyrios Kyrtzidis2011-11-151-9/+11
* [libclang] Further simplify the indexing API.Argyrios Kyrtzidis2011-11-121-15/+0
* [libclang] Simplify the indexing API.Argyrios Kyrtzidis2011-11-111-39/+28
* [libclang] Introduce a new high level API for indexing clients that assumesArgyrios Kyrtzidis2011-10-171-0/+218
OpenPOWER on IntegriCloud