summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/IndexDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-2/+3
* [C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...Aaron Ballman2014-03-141-5/+2
* [C++11] Replacing UsingDecl iterators shadow_begin() and shadow_end() with it...Aaron Ballman2014-03-131-5/+3
* [C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with it...Aaron Ballman2014-03-131-4/+1
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-071-8/+5
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-071-4/+2
* [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...Aaron Ballman2014-03-071-4/+2
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-1/+1
* [libclang] When indexing a @synthesize, don't consider that it defines a gett...Argyrios Kyrtzidis2013-05-291-2/+13
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+5
* libclang: migrate IndexingDeclVisitor to ConstDeclVisitorDmitri Gribenko2013-02-031-36/+38
* Sort #include lines for tools/...Chandler Carruth2012-12-041-1/+0
* Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose2012-10-101-3/+3
* [libclang] Simplify indexing of module imports by handling implicitArgyrios Kyrtzidis2012-10-031-5/+1
* [libclang] Implement the importedASTFile indexing callback to provideArgyrios Kyrtzidis2012-10-021-0/+9
* [libclang] Do index 'extern' declarations inside functions.Argyrios Kyrtzidis2012-09-101-1/+1
* [libclang] Fix indexing type alias declarations. rdar://11878406Argyrios Kyrtzidis2012-09-011-1/+1
* [libclang/AST]Argyrios Kyrtzidis2012-06-081-1/+14
* [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
OpenPOWER on IntegriCloud