| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace TypeLoc llvm::cast support to be well-defined. | David Blaikie | 2013-02-18 | 1 | -10/+10 |
* | libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) | Dmitri Gribenko | 2013-01-26 | 1 | -2/+2 |
* | Fix Casting | David Greene | 2013-01-15 | 1 | -6/+11 |
* | libclang: remove a few const_casts | Dmitri Gribenko | 2013-01-14 | 1 | -3/+2 |
* | Add a missing 'else'. Found by grep '} if' | Dmitri Gribenko | 2012-12-19 | 1 | -1/+1 |
* | [libclang] Introduce a new indexing mode where we skip function bodies | Argyrios Kyrtzidis | 2012-12-06 | 1 | -4/+24 |
* | Sort #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -3/+2 |
* | Fix name of this file. | Nick Lewycky | 2012-10-29 | 1 | -1/+1 |
* | [libclang] Invoke a ppIncludedFile callback when indexing implicit module imp... | Argyrios Kyrtzidis | 2012-10-18 | 1 | -2/+3 |
* | [libclang] Now that we have a CXModule object, pass it to the | Argyrios Kyrtzidis | 2012-10-05 | 1 | -6/+4 |
* | [libclang] When indexing, invoke the importedASTFile for PCH files as well. | Argyrios Kyrtzidis | 2012-10-03 | 1 | -0/+15 |
* | [libclang] Simplify indexing of module imports by handling implicit | Argyrios Kyrtzidis | 2012-10-03 | 1 | -9/+10 |
* | [libclang] Implement the importedASTFile indexing callback to provide | Argyrios Kyrtzidis | 2012-10-02 | 1 | -0/+21 |
* | [libclang] Do index 'extern' declarations inside functions. | Argyrios Kyrtzidis | 2012-09-10 | 1 | -1/+21 |
* | Normalize line endings of r163013 (part 2). | Joao Matos | 2012-08-31 | 1 | -10/+10 |
* | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos | 2012-08-31 | 1 | -6/+10 |
* | [libclang] Fix use-after-free bug when handling attributes indexing info. | Argyrios Kyrtzidis | 2012-03-31 | 1 | -27/+19 |
* | [AST] When we @synthesize a property with a user-defined ivar name, | Argyrios Kyrtzidis | 2012-02-28 | 1 | -5/+10 |
* | [libclang] When indexing an objc property, also provide information about | Argyrios Kyrtzidis | 2012-02-28 | 1 | -2/+20 |
* | Implement indexing support for lambdas in libclang (both kinds), as | Douglas Gregor | 2012-02-15 | 1 | -1/+3 |
* | [libclang] Indexing: only index implicit template instantiations via an opt-i... | Argyrios Kyrtzidis | 2012-02-14 | 1 | -11/+11 |
* | drop more llvm:: prefixes on SmallString<> | Dylan Noblesmith | 2012-02-13 | 1 | -2/+2 |
* | [libclang] Indexing API: Fully index implict template instantiations. | Argyrios Kyrtzidis | 2012-02-10 | 1 | -2/+27 |
* | [libclang] Indexing: When suppressing references, suppress references | Argyrios Kyrtzidis | 2012-02-08 | 1 | -0/+13 |
* | [libclang] Do not index implicit C++ member functions. rdar://10769813 | Argyrios Kyrtzidis | 2012-02-07 | 1 | -1/+1 |
* | Added location for template keyword in TemplateSpecializationTypeLoc. In the ... | Abramo Bagnara | 2012-02-06 | 1 | -1/+1 |
* | [libclang] For: | Argyrios Kyrtzidis | 2012-01-23 | 1 | -0/+3 |
* | Introduce CXXRecordDecl::isCLike() that is true if the class is C-like, | Argyrios Kyrtzidis | 2012-01-23 | 1 | -5/+2 |
* | [libclang] Fix crash when indexing attributes, rdar://10702250. | Argyrios Kyrtzidis | 2012-01-20 | 1 | -1/+1 |
* | [libclang] Make sure Preprocessor is set in ASTUnit during indexing. | Argyrios Kyrtzidis | 2012-01-17 | 1 | -0/+4 |
* | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor | 2012-01-14 | 1 | -2/+2 |
* | [libclang] If CXIndexOpt_IndexFunctionLocalSymbols is enabled, also | Argyrios Kyrtzidis | 2012-01-14 | 1 | -1/+5 |
* | [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicate | Argyrios Kyrtzidis | 2012-01-14 | 1 | -1/+1 |
* | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 2012-01-01 | 1 | -10/+15 |
* | Move the data that corresponds to the definition of a protocol into a | Douglas Gregor | 2012-01-01 | 1 | -3/+8 |
* | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 2011-12-27 | 1 | -16/+14 |
* | Move the definition-specific data of ObjCInterfaceDecl into a | Douglas Gregor | 2011-12-15 | 1 | -1/+4 |
* | [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo | Argyrios Kyrtzidis | 2011-12-15 | 1 | -16/+57 |
* | [libclang] Suppress indexing references for occurrences of the interface | Argyrios Kyrtzidis | 2011-12-15 | 1 | -0/+6 |
* | Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline its | Douglas Gregor | 2011-12-14 | 1 | -3/+2 |
* | [libclang] Indexing API: Provide the protocols list for objc categories as well. | Argyrios Kyrtzidis | 2011-12-13 | 1 | -0/+7 |
* | [libclang] Indexing API: Fix suppressing of references in macros and suppress | Argyrios Kyrtzidis | 2011-12-13 | 1 | -2/+15 |
* | Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! | Argyrios Kyrtzidis | 2011-12-09 | 1 | -1/+1 |
* | [libclang] Remove IndexingContext's getScopedContext(), it's not useful | Argyrios Kyrtzidis | 2011-12-08 | 1 | -22/+0 |
* | [libclang] Indexing API: provide both the semantic and the lexical container. | Argyrios Kyrtzidis | 2011-12-07 | 1 | -5/+7 |
* | [libclang] Fix indexing of C++ bases in a C++ class. | Argyrios Kyrtzidis | 2011-12-07 | 1 | -4/+35 |
* | [libclang] Introduce CXIdxEntityLanguage that indicates the language | Argyrios Kyrtzidis | 2011-12-07 | 1 | -18/+54 |
* | [libclang] Index C++ namespaces. | Argyrios Kyrtzidis | 2011-12-07 | 1 | -0/+7 |
* | [libclang] When indexing a field in a C++ class, return an entity | Argyrios Kyrtzidis | 2011-12-05 | 1 | -1/+6 |
* | Silence GCC warnings, RefCountedBase is meant to be default-initialized here. | Benjamin Kramer | 2011-11-29 | 1 | -1/+0 |