aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/IndexDecl.cpp
AgeCommit message (Expand)Author
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-02-03libclang: migrate IndexingDeclVisitor to ConstDeclVisitorDmitri Gribenko
2012-12-04Sort #include lines for tools/...Chandler Carruth
2012-10-10Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose
2012-10-03[libclang] Simplify indexing of module imports by handling implicitArgyrios Kyrtzidis
2012-10-02[libclang] Implement the importedASTFile indexing callback to provideArgyrios Kyrtzidis
2012-09-10[libclang] Do index 'extern' declarations inside functions.Argyrios Kyrtzidis
2012-09-01[libclang] Fix indexing type alias declarations. rdar://11878406Argyrios Kyrtzidis
2012-06-08[libclang/AST]Argyrios Kyrtzidis
2012-03-23[libclang] Make sure we don't crash when trying to index code thatArgyrios Kyrtzidis
2012-02-28[AST] When we @synthesize a property with a user-defined ivar name,Argyrios Kyrtzidis
2012-02-28[AST] Associate the getter/setter methods to a property of a objc class exten...Argyrios Kyrtzidis
2012-02-14[libclang] Indexing: only index implicit template instantiations via an opt-i...Argyrios Kyrtzidis
2012-02-10[libclang] Indexing API: fully index using decls and directives.Argyrios Kyrtzidis
2012-02-10[libclang] Indexing API: Fully index implict template instantiations.Argyrios Kyrtzidis
2012-02-07[libclang] Do not index implicit C++ member functions. rdar://10769813Argyrios Kyrtzidis
2012-01-23[libclang] Index C++ constructor initializers, rdar://10732164Argyrios Kyrtzidis
2012-01-14[libclang] If CXIndexOpt_IndexFunctionLocalSymbols is enabled, alsoArgyrios Kyrtzidis
2012-01-01Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor
2012-01-01Move the data that corresponds to the definition of a protocol into aDouglas Gregor
2011-12-27Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor
2011-12-15Keep track of all declarations of an Objective-C class (both forwardDouglas Gregor
2011-12-13[libclang] Indexing API: Fix indexing of missed references.Argyrios Kyrtzidis
2011-12-07[libclang] Index C++ namespaces.Argyrios Kyrtzidis
2011-11-23[libclang] Indexing API: Fix issues, mostly C++ related.Argyrios Kyrtzidis
2011-11-22[libclang] Indexing API: Support C++ symbols.Argyrios Kyrtzidis
2011-11-18[libclang] Indexing API:Argyrios Kyrtzidis
2011-11-15[libclang] Indexing API: Pass an implicit ObjCInterfaceDecl (@implementation ...Argyrios Kyrtzidis
2011-11-15[libclang] Introduce a new function to apply the indexing callbacks on an exi...Argyrios Kyrtzidis
2011-11-12[libclang] Further simplify the indexing API.Argyrios Kyrtzidis
2011-11-11[libclang] Simplify the indexing API.Argyrios Kyrtzidis
2011-10-17[libclang] Introduce a new high level API for indexing clients that assumesArgyrios Kyrtzidis