]> granicus.if.org Git - clang/history - tools/libclang/IndexingContext.h
Header guard canonicalization, clang part.
[clang] / tools / libclang / IndexingContext.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-08 Benjamin KramerAdd missing header guards.
2014-06-08 Craig Topper[C++11] Use 'nullptr'. Tools edition.
2014-03-27 Chandler Carruth[cleanup] Stop specifying size overrides for BumpPtrAll...
2013-11-30 Alp TokerFix typo: s/Occurence/Occurrence/
2013-08-16 Benjamin KramerReplace some DenseMap keys with simpler structures...
2013-04-16 John McCallBasic support for Microsoft property declarations and
2013-02-03 Dmitri Gribenkolibclang: remove unneeded const_casts
2012-12-06 Argyrios Kyrtzidis[libclang] Introduce a new indexing mode where we skip...
2012-12-04 Chandler CarruthSort #include lines for tools/...
2012-10-29 Nick LewyckyAdd missing emacs major mode marker.
2012-10-18 Argyrios Kyrtzidis[libclang] Invoke a ppIncludedFile callback when indexi...
2012-10-11 Sean SilvaRemove pointless classof()'s.
2012-10-03 Argyrios Kyrtzidis[libclang] When indexing, invoke the importedASTFile...
2012-10-03 Argyrios Kyrtzidis[libclang] Simplify indexing of module imports by handl...
2012-10-02 Argyrios Kyrtzidis[libclang] Implement the importedASTFile indexing callb...
2012-09-15 Dmitri GribenkoUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-10 Argyrios Kyrtzidis[libclang] Do index 'extern' declarations inside functions.
2012-05-27 Benjamin KramerReplace some custom hash combines with the standard...
2012-03-31 Argyrios Kyrtzidis[libclang] Fix use-after-free bug when handling attribu...
2012-03-23 Argyrios Kyrtzidis[libclang] Make sure we don't crash when trying to...
2012-02-28 Argyrios Kyrtzidis[AST] When we @synthesize a property with a user-define...
2012-02-28 Argyrios Kyrtzidis[libclang] When indexing an objc property, also provide...
2012-02-20 Dylan NoblesmithBasic: import IntrusiveRefCntPtr<> into clang namespace
2012-02-14 Argyrios Kyrtzidis[libclang] Indexing: only index implicit template insta...
2012-02-10 Argyrios Kyrtzidis[libclang] Indexing API: Fully index implict template...
2012-02-07 Argyrios Kyrtzidis[libclang] Do not index implicit C++ member functions...
2012-02-07 Benjamin KramerRevert my patches which removed Diagnostic.h includes...
2012-02-04 Benjamin KramerMove various diagnostic operator<< overloads out of...
2012-01-17 Argyrios Kyrtzidis[libclang] Make sure Preprocessor is set in ASTUnit...
2012-01-14 Douglas GregorDe-virtualize getPreviousDecl() and getMostRecentDecl...
2012-01-14 Argyrios Kyrtzidis[libclang] Add CXIndexOpt_IndexFunctionLocalSymbols...
2012-01-01 Douglas GregorEliminate the ForwardDecl/InitiallyForwardDecl bits...
2012-01-01 Douglas GregorEliminate ObjCForwardProtocolDecl, which is redundant...
2011-12-27 Douglas GregorEliminate ObjCClassDecl, which is redundant now that...
2011-12-15 Douglas GregorKeep track of all declarations of an Objective-C class...
2011-12-15 Argyrios Kyrtzidis[libclang] Indexing API: provide an attribute list...
2011-12-13 Argyrios Kyrtzidis[libclang] Indexing API: Provide the protocols list...
2011-12-13 Argyrios Kyrtzidis[libclang] Indexing API: Fix indexing of missed references.
2011-12-08 Argyrios Kyrtzidis[libclang] Remove IndexingContext's getScopedContext...
2011-12-07 Argyrios Kyrtzidis[libclang] Indexing API: provide both the semantic...
2011-12-07 Argyrios Kyrtzidis[libclang] Fix indexing of C++ bases in a C++ class.
2011-12-07 Argyrios Kyrtzidis[libclang] Index C++ namespaces.
2011-12-01 Argyrios Kyrtzidis[libclang] Create a diagnostic set to pass at the end...
2011-11-23 Argyrios Kyrtzidis[libclang] Indexing API: Fix issues, mostly C++ related.
2011-11-22 Argyrios Kyrtzidis[libclang] Indexing API: Support C++ symbols.
2011-11-18 Argyrios Kyrtzidis[libclang] Indexing API:
2011-11-16 Argyrios Kyrtzidis[libclang] Indexing API: if the CXIndexOpt_OneRefPerFil...
2011-11-15 Argyrios Kyrtzidis[libclang] Introduce a new function to apply the indexi...
2011-11-14 Argyrios Kyrtzidis[libclang] Slight changes to the indexing API and bigge...
2011-11-12 Argyrios Kyrtzidis[libclang] Further simplify the indexing API.
2011-11-11 Argyrios Kyrtzidis[libclang] Simplify the indexing API.
2011-10-18 Argyrios Kyrtzidis[libclang] Index implicit property references.
2011-10-17 Argyrios Kyrtzidis[libclang] Introduce a new high level API for indexing...