summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/IndexingContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-10/+10
* libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko2013-01-261-2/+2
* Fix CastingDavid Greene2013-01-151-6/+11
* libclang: remove a few const_castsDmitri Gribenko2013-01-141-3/+2
* Add a missing 'else'. Found by grep '} if'Dmitri Gribenko2012-12-191-1/+1
* [libclang] Introduce a new indexing mode where we skip function bodiesArgyrios Kyrtzidis2012-12-061-4/+24
* Sort #include lines for tools/...Chandler Carruth2012-12-041-3/+2
* Fix name of this file.Nick Lewycky2012-10-291-1/+1
* [libclang] Invoke a ppIncludedFile callback when indexing implicit module imp...Argyrios Kyrtzidis2012-10-181-2/+3
* [libclang] Now that we have a CXModule object, pass it to theArgyrios Kyrtzidis2012-10-051-6/+4
* [libclang] When indexing, invoke the importedASTFile for PCH files as well.Argyrios Kyrtzidis2012-10-031-0/+15
* [libclang] Simplify indexing of module imports by handling implicitArgyrios Kyrtzidis2012-10-031-9/+10
* [libclang] Implement the importedASTFile indexing callback to provideArgyrios Kyrtzidis2012-10-021-0/+21
* [libclang] Do index 'extern' declarations inside functions.Argyrios Kyrtzidis2012-09-101-1/+21
* Normalize line endings of r163013 (part 2).Joao Matos2012-08-311-10/+10
* Improved MSVC __interface support by adding first class support for it, inste...Joao Matos2012-08-311-6/+10
* [libclang] Fix use-after-free bug when handling attributes indexing info.Argyrios Kyrtzidis2012-03-311-27/+19
* [AST] When we @synthesize a property with a user-defined ivar name,Argyrios Kyrtzidis2012-02-281-5/+10
* [libclang] When indexing an objc property, also provide information aboutArgyrios Kyrtzidis2012-02-281-2/+20
* Implement indexing support for lambdas in libclang (both kinds), asDouglas Gregor2012-02-151-1/+3
* [libclang] Indexing: only index implicit template instantiations via an opt-i...Argyrios Kyrtzidis2012-02-141-11/+11
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-131-2/+2
* [libclang] Indexing API: Fully index implict template instantiations.Argyrios Kyrtzidis2012-02-101-2/+27
* [libclang] Indexing: When suppressing references, suppress referencesArgyrios Kyrtzidis2012-02-081-0/+13
* [libclang] Do not index implicit C++ member functions. rdar://10769813Argyrios Kyrtzidis2012-02-071-1/+1
* Added location for template keyword in TemplateSpecializationTypeLoc. In the ...Abramo Bagnara2012-02-061-1/+1
* [libclang] For:Argyrios Kyrtzidis2012-01-231-0/+3
* Introduce CXXRecordDecl::isCLike() that is true if the class is C-like,Argyrios Kyrtzidis2012-01-231-5/+2
* [libclang] Fix crash when indexing attributes, rdar://10702250.Argyrios Kyrtzidis2012-01-201-1/+1
* [libclang] Make sure Preprocessor is set in ASTUnit during indexing.Argyrios Kyrtzidis2012-01-171-0/+4
* De-virtualize getPreviousDecl() and getMostRecentDecl() when we knowDouglas Gregor2012-01-141-2/+2
* [libclang] If CXIndexOpt_IndexFunctionLocalSymbols is enabled, alsoArgyrios Kyrtzidis2012-01-141-1/+5
* [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicateArgyrios Kyrtzidis2012-01-141-1/+1
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-10/+15
* Move the data that corresponds to the definition of a protocol into aDouglas Gregor2012-01-011-3/+8
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-16/+14
* Move the definition-specific data of ObjCInterfaceDecl into aDouglas Gregor2011-12-151-1/+4
* [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfoArgyrios Kyrtzidis2011-12-151-16/+57
* [libclang] Suppress indexing references for occurrences of the interfaceArgyrios Kyrtzidis2011-12-151-0/+6
* Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline itsDouglas Gregor2011-12-141-3/+2
* [libclang] Indexing API: Provide the protocols list for objc categories as well.Argyrios Kyrtzidis2011-12-131-0/+7
* [libclang] Indexing API: Fix suppressing of references in macros and suppressArgyrios Kyrtzidis2011-12-131-2/+15
* Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam!Argyrios Kyrtzidis2011-12-091-1/+1
* [libclang] Remove IndexingContext's getScopedContext(), it's not usefulArgyrios Kyrtzidis2011-12-081-22/+0
* [libclang] Indexing API: provide both the semantic and the lexical container.Argyrios Kyrtzidis2011-12-071-5/+7
* [libclang] Fix indexing of C++ bases in a C++ class.Argyrios Kyrtzidis2011-12-071-4/+35
* [libclang] Introduce CXIdxEntityLanguage that indicates the languageArgyrios Kyrtzidis2011-12-071-18/+54
* [libclang] Index C++ namespaces.Argyrios Kyrtzidis2011-12-071-0/+7
* [libclang] When indexing a field in a C++ class, return an entityArgyrios Kyrtzidis2011-12-051-1/+6
* Silence GCC warnings, RefCountedBase is meant to be default-initialized here.Benjamin Kramer2011-11-291-1/+0
OpenPOWER on IntegriCloud