summaryrefslogtreecommitdiffstats
path: root/tools/libclang
Commit message (Expand)AuthorAgeFilesLines
...
* Make CXXNewExpr contain only a single initialier, and not hold the used const...Sebastian Redl2012-02-161-3/+2
* [libclang] Do index statements inside a type source info. rdar://10872758Argyrios Kyrtzidis2012-02-161-0/+5
* Fix typo in r150549.Richard Smith2012-02-151-3/+3
* Implement indexing support for lambdas in libclang (both kinds), asDouglas Gregor2012-02-157-7/+122
* [libclang] Indexing: only index implicit template instantiations via an opt-i...Argyrios Kyrtzidis2012-02-146-21/+44
* Fix use-after-free introduced by me being an idiot.Ted Kremenek2012-02-141-6/+4
* Implement new DiagnosticsRenderer that packages notes retrieved by clang_getD...Ted Kremenek2012-02-142-4/+112
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-136-16/+16
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-135-16/+16
* [libclang] For a reference of an implicit template instantiation just giveArgyrios Kyrtzidis2012-02-111-3/+0
* [libclang] Indexing API: fully index using decls and directives.Argyrios Kyrtzidis2012-02-101-0/+23
* [libclang] Indexing API: Fully index implict template instantiations.Argyrios Kyrtzidis2012-02-105-4/+54
* [libclang] Encode the template specialization parameters of a functionArgyrios Kyrtzidis2012-02-101-0/+10
* [libclang] Indexing: When suppressing references, suppress referencesArgyrios Kyrtzidis2012-02-081-0/+13
* [libclang] For CXXOperatorCallExprs, give a valid source location to the Decl...Argyrios Kyrtzidis2012-02-081-0/+6
* [libclang] Do not index implicit C++ member functions. rdar://10769813Argyrios Kyrtzidis2012-02-073-2/+5
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-2/+0
* Print NamedDecls directly to a raw_ostream where possible.Benjamin Kramer2012-02-071-3/+3
* Introduce basic ASTs for lambda expressions. This covers:Douglas Gregor2012-02-071-0/+1
* Added location for template keyword in TemplateSpecializationTypeLoc. In the ...Abramo Bagnara2012-02-061-1/+1
* Move various diagnostic operator<< overloads out of line and remove includes ...Benjamin Kramer2012-02-041-0/+2
* [libclang] Stick to the silly notion that a forward class/protocolArgyrios Kyrtzidis2012-02-041-0/+14
* Added source location for the template keyword in AST template-id expressions.Abramo Bagnara2012-01-271-1/+1
* [libclang] In clang::getCursorKindForDecl() don't return "UnexposedDecl"Argyrios Kyrtzidis2012-01-241-6/+2
* [libclang] When calling clang_getCursorReferenced on a class or protocolArgyrios Kyrtzidis2012-01-241-3/+11
* [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] Index C++ template specializations, rdar://10732708Argyrios Kyrtzidis2012-01-231-0/+8
* [libclang] Index namespaces in C++ qualified lookup of members, rdar://10732798Argyrios Kyrtzidis2012-01-231-0/+5
* [libclang] Index C++ constructor initializers, rdar://10732164Argyrios Kyrtzidis2012-01-231-0/+16
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+1
* Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor2012-01-201-0/+1
* [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-173-0/+6
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-176-25/+13
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-2/+0
* [libclang] Make clang_getCursorCompletionString not depend on the ASTUnit havingArgyrios Kyrtzidis2012-01-171-18/+16
* De-virtualize getPreviousDecl() and getMostRecentDecl() when we knowDouglas Gregor2012-01-142-4/+4
* [libclang] If CXIndexOpt_IndexFunctionLocalSymbols is enabled, alsoArgyrios Kyrtzidis2012-01-142-3/+19
* [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicateArgyrios Kyrtzidis2012-01-143-1/+11
* Revert 148045 to fix the bots.Rafael Espindola2012-01-121-2/+0
* Add a SONAME to the libclang library.Rafael Espindola2012-01-121-0/+2
* Add IsImplicit field in ObjCMessageExpr that is true when the messageArgyrios Kyrtzidis2012-01-121-11/+3
* Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. Th...Douglas Gregor2012-01-011-1/+1
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-016-64/+22
* Move the data that corresponds to the definition of a protocol into aDouglas Gregor2012-01-013-6/+11
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-276-65/+28
* remove unneeded config.h includesDylan Noblesmith2011-12-221-1/+1
* [libclang] In visitPreprocessedEntitiesInRange we are interested in a file re...Argyrios Kyrtzidis2011-12-211-2/+2
* Keep track of all declarations of an Objective-C class (both forwardDouglas Gregor2011-12-153-14/+14