summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/IndexingContext.h
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Separate the underlying indexing functionality of libclang and int...Argyrios Kyrtzidis2016-02-121-518/+0
* [libclang] indexing: handle 'TopLevelDeclInObjCContainers' at the point where...Argyrios Kyrtzidis2016-02-091-7/+0
* [libclang] indexing: Have the semantic container of synthesized ObjC getter/s...Argyrios Kyrtzidis2016-02-091-1/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+2
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Add missing header guards.Benjamin Kramer2014-08-081-0/+5
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-17/+17
* [cleanup] Stop specifying size overrides for BumpPtrAllocators.Chandler Carruth2014-03-271-1/+1
* Fix typo: s/Occurence/Occurrence/Alp Toker2013-11-301-2/+2
* Replace some DenseMap keys with simpler structures that don't need another De...Benjamin Kramer2013-08-161-34/+1
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+3
* libclang: remove unneeded const_castsDmitri Gribenko2013-02-031-1/+1
* [libclang] Introduce a new indexing mode where we skip function bodiesArgyrios Kyrtzidis2012-12-061-0/+2
* Sort #include lines for tools/...Chandler Carruth2012-12-041-3/+2
* Add missing emacs major mode marker.Nick Lewycky2012-10-291-1/+1
* [libclang] Invoke a ppIncludedFile callback when indexing implicit module imp...Argyrios Kyrtzidis2012-10-181-1/+1
* Remove pointless classof()'s.Sean Silva2012-10-111-11/+0
* [libclang] When indexing, invoke the importedASTFile for PCH files as well.Argyrios Kyrtzidis2012-10-031-0/+1
* [libclang] Simplify indexing of module imports by handling implicitArgyrios Kyrtzidis2012-10-031-3/+1
* [libclang] Implement the importedASTFile indexing callback to provideArgyrios Kyrtzidis2012-10-021-0/+4
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko2012-09-151-2/+2
* [libclang] Do index 'extern' declarations inside functions.Argyrios Kyrtzidis2012-09-101-1/+3
* Replace some custom hash combines with the standard stuff from DenseMapInfo.Benjamin Kramer2012-05-271-4/+2
* [libclang] Fix use-after-free bug when handling attributes indexing info.Argyrios Kyrtzidis2012-03-311-25/+39
* [libclang] Make sure we don't crash when trying to index code thatArgyrios Kyrtzidis2012-03-231-1/+2
* [AST] When we @synthesize a property with a user-defined ivar name,Argyrios Kyrtzidis2012-02-281-2/+4
* [libclang] When indexing an objc property, also provide information aboutArgyrios Kyrtzidis2012-02-281-0/+16
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-1/+1
* [libclang] Indexing: only index implicit template instantiations via an opt-i...Argyrios Kyrtzidis2012-02-141-2/+6
* [libclang] Indexing API: Fully index implict template instantiations.Argyrios Kyrtzidis2012-02-101-0/+3
* [libclang] Do not index implicit C++ member functions. rdar://10769813Argyrios Kyrtzidis2012-02-071-1/+1
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-2/+0
* Move various diagnostic operator<< overloads out of line and remove includes ...Benjamin Kramer2012-02-041-0/+2
* [libclang] Make sure Preprocessor is set in ASTUnit during indexing.Argyrios Kyrtzidis2012-01-171-0/+1
* De-virtualize getPreviousDecl() and getMostRecentDecl() when we knowDouglas Gregor2012-01-141-2/+2
* [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicateArgyrios Kyrtzidis2012-01-141-0/+4
* Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. Th...Douglas Gregor2012-01-011-1/+1
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-4/+0
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-2/+0
* Keep track of all declarations of an Objective-C class (both forwardDouglas Gregor2011-12-151-1/+1
* [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfoArgyrios Kyrtzidis2011-12-151-36/+69
* [libclang] Indexing API: Provide the protocols list for objc categories as well.Argyrios Kyrtzidis2011-12-131-0/+1
* [libclang] Indexing API: Fix indexing of missed references.Argyrios Kyrtzidis2011-12-131-2/+7
* [libclang] Remove IndexingContext's getScopedContext(), it's not usefulArgyrios Kyrtzidis2011-12-081-6/+0
* [libclang] Indexing API: provide both the semantic and the lexical container.Argyrios Kyrtzidis2011-12-071-3/+4
* [libclang] Fix indexing of C++ bases in a C++ class.Argyrios Kyrtzidis2011-12-071-0/+3
* [libclang] Index C++ namespaces.Argyrios Kyrtzidis2011-12-071-0/+2
* [libclang] Create a diagnostic set to pass at the end of indexing.Argyrios Kyrtzidis2011-12-011-0/+2
OpenPOWER on IntegriCloud