summaryrefslogtreecommitdiffstats
path: root/tools/libclang/IndexDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Make sure we don't crash when trying to index code thatArgyrios Kyrtzidis2012-03-231-3/+5
* [AST] When we @synthesize a property with a user-defined ivar name,Argyrios Kyrtzidis2012-02-281-2/+4
* [AST] Associate the getter/setter methods to a property of a objc class exten...Argyrios Kyrtzidis2012-02-281-11/+29
* [libclang] Indexing: only index implicit template instantiations via an opt-i...Argyrios Kyrtzidis2012-02-141-3/+5
* [libclang] Indexing API: fully index using decls and directives.Argyrios Kyrtzidis2012-02-101-0/+23
* [libclang] Indexing API: Fully index implict template instantiations.Argyrios Kyrtzidis2012-02-101-0/+9
* [libclang] Do not index implicit C++ member functions. rdar://10769813Argyrios Kyrtzidis2012-02-071-0/+3
* [libclang] Index C++ constructor initializers, rdar://10732164Argyrios Kyrtzidis2012-01-231-0/+16
* [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