| Commit message (Expand) | Author | Age | Files | Lines |
| * | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin... | Aaron Ballman | 2015-02-15 | 1 | -2/+2 |
| * | Header guard canonicalization, clang part. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| * | Add missing header guards. | Benjamin Kramer | 2014-08-08 | 1 | -0/+5 |
| * | [C++11] Use 'nullptr'. Tools edition. | Craig Topper | 2014-06-08 | 1 | -17/+17 |
| * | [cleanup] Stop specifying size overrides for BumpPtrAllocators. | Chandler Carruth | 2014-03-27 | 1 | -1/+1 |
| * | Fix typo: s/Occurence/Occurrence/ | Alp Toker | 2013-11-30 | 1 | -2/+2 |
| * | Replace some DenseMap keys with simpler structures that don't need another De... | Benjamin Kramer | 2013-08-16 | 1 | -34/+1 |
| * | Basic support for Microsoft property declarations and | John McCall | 2013-04-16 | 1 | -0/+3 |
| * | libclang: remove unneeded const_casts | Dmitri Gribenko | 2013-02-03 | 1 | -1/+1 |
| * | [libclang] Introduce a new indexing mode where we skip function bodies | Argyrios Kyrtzidis | 2012-12-06 | 1 | -0/+2 |
| * | Sort #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -3/+2 |
| * | Add missing emacs major mode marker. | Nick Lewycky | 2012-10-29 | 1 | -1/+1 |
| * | [libclang] Invoke a ppIncludedFile callback when indexing implicit module imp... | Argyrios Kyrtzidis | 2012-10-18 | 1 | -1/+1 |
| * | Remove pointless classof()'s. | Sean Silva | 2012-10-11 | 1 | -11/+0 |
| * | [libclang] When indexing, invoke the importedASTFile for PCH files as well. | Argyrios Kyrtzidis | 2012-10-03 | 1 | -0/+1 |
| * | [libclang] Simplify indexing of module imports by handling implicit | Argyrios Kyrtzidis | 2012-10-03 | 1 | -3/+1 |
| * | [libclang] Implement the importedASTFile indexing callback to provide | Argyrios Kyrtzidis | 2012-10-02 | 1 | -0/+4 |
| * | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Dmitri Gribenko | 2012-09-15 | 1 | -2/+2 |
| * | [libclang] Do index 'extern' declarations inside functions. | Argyrios Kyrtzidis | 2012-09-10 | 1 | -1/+3 |
| * | Replace some custom hash combines with the standard stuff from DenseMapInfo. | Benjamin Kramer | 2012-05-27 | 1 | -4/+2 |
| * | [libclang] Fix use-after-free bug when handling attributes indexing info. | Argyrios Kyrtzidis | 2012-03-31 | 1 | -25/+39 |
| * | [libclang] Make sure we don't crash when trying to index code that | Argyrios Kyrtzidis | 2012-03-23 | 1 | -1/+2 |
| * | [AST] When we @synthesize a property with a user-defined ivar name, | Argyrios Kyrtzidis | 2012-02-28 | 1 | -2/+4 |
| * | [libclang] When indexing an objc property, also provide information about | Argyrios Kyrtzidis | 2012-02-28 | 1 | -0/+16 |
| * | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith | 2012-02-20 | 1 | -1/+1 |
| * | [libclang] Indexing: only index implicit template instantiations via an opt-i... | Argyrios Kyrtzidis | 2012-02-14 | 1 | -2/+6 |
| * | [libclang] Indexing API: Fully index implict template instantiations. | Argyrios Kyrtzidis | 2012-02-10 | 1 | -0/+3 |
| * | [libclang] Do not index implicit C++ member functions. rdar://10769813 | Argyrios Kyrtzidis | 2012-02-07 | 1 | -1/+1 |
| * | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer | 2012-02-07 | 1 | -2/+0 |
| * | Move various diagnostic operator<< overloads out of line and remove includes ... | Benjamin Kramer | 2012-02-04 | 1 | -0/+2 |
| * | [libclang] Make sure Preprocessor is set in ASTUnit during indexing. | Argyrios Kyrtzidis | 2012-01-17 | 1 | -0/+1 |
| * | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor | 2012-01-14 | 1 | -2/+2 |
| * | [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicate | Argyrios Kyrtzidis | 2012-01-14 | 1 | -0/+4 |
| * | Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. Th... | Douglas Gregor | 2012-01-01 | 1 | -1/+1 |
| * | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 2012-01-01 | 1 | -4/+0 |
| * | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 2011-12-27 | 1 | -2/+0 |
| * | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor | 2011-12-15 | 1 | -1/+1 |
| * | [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo | Argyrios Kyrtzidis | 2011-12-15 | 1 | -36/+69 |
| * | [libclang] Indexing API: Provide the protocols list for objc categories as well. | Argyrios Kyrtzidis | 2011-12-13 | 1 | -0/+1 |
| * | [libclang] Indexing API: Fix indexing of missed references. | Argyrios Kyrtzidis | 2011-12-13 | 1 | -2/+7 |
| * | [libclang] Remove IndexingContext's getScopedContext(), it's not useful | Argyrios Kyrtzidis | 2011-12-08 | 1 | -6/+0 |
| * | [libclang] Indexing API: provide both the semantic and the lexical container. | Argyrios Kyrtzidis | 2011-12-07 | 1 | -3/+4 |
| * | [libclang] Fix indexing of C++ bases in a C++ class. | Argyrios Kyrtzidis | 2011-12-07 | 1 | -0/+3 |
| * | [libclang] Index C++ namespaces. | Argyrios Kyrtzidis | 2011-12-07 | 1 | -0/+2 |
| * | [libclang] Create a diagnostic set to pass at the end of indexing. | Argyrios Kyrtzidis | 2011-12-01 | 1 | -0/+2 |
| * | [libclang] Indexing API: Fix issues, mostly C++ related. | Argyrios Kyrtzidis | 2011-11-23 | 1 | -15/+10 |
| * | [libclang] Indexing API: Support C++ symbols. | Argyrios Kyrtzidis | 2011-11-22 | 1 | -12/+77 |
| * | [libclang] Indexing API: | Argyrios Kyrtzidis | 2011-11-18 | 1 | -25/+84 |
| * | [libclang] Indexing API: if the CXIndexOpt_OneRefPerFile option is set, only ... | Argyrios Kyrtzidis | 2011-11-16 | 1 | -1/+43 |
| * | [libclang] Introduce a new function to apply the indexing callbacks on an exi... | Argyrios Kyrtzidis | 2011-11-15 | 1 | -0/+2 |