summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [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-144-9/+24
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-2/+2
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-2/+2
* 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
* [analyzer] Correct the c++-analyzer symlinkAnna Zaks2012-01-061-1/+1
* [analyzer] c++-analyzer should be a symlink.Anna Zaks2012-01-061-682/+1
* [analyzer] Update the docs to reflect that gcc is not the only defaultAnna Zaks2012-01-061-2/+2
* [analyzer] scan-build: If we are on MacOS, use clang as the defaultAnna Zaks2012-01-062-4/+24
* [analyzer] Skip --serialize-diagnostic when running scan-build.Anna Zaks2012-01-062-2/+674
* Force set-xcode-analyzer to use the system version of Python installed on OS X.Ted Kremenek2012-01-031-1/+5
* 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
* driver: fix unused variable warningDylan Noblesmith2011-12-261-1/+1
* Let CompilerInvocation initialization indicate failureDylan Noblesmith2011-12-233-17/+36
* remove unneeded config.h includesDylan Noblesmith2011-12-222-2/+1
* Last part of support for generating dwarf for assembly source files. This getsKevin Enderby2011-12-221-0/+8
* [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
* [libclang] Give up on using write(); hopefully unbreaks mingw build.Argyrios Kyrtzidis2011-12-151-15/+1
* Revert r146646 that was a mistake, and make the intended change in the right ...Argyrios Kyrtzidis2011-12-151-0/+10
* Move the definition-specific data of ObjCInterfaceDecl into aDouglas Gregor2011-12-151-1/+4
* [libclang] Install a fatal error handler that will call abort() instead of ex...Argyrios Kyrtzidis2011-12-151-0/+12
* [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfoArgyrios Kyrtzidis2011-12-153-52/+133
* [libclang] Suppress indexing references for occurrences of the interfaceArgyrios Kyrtzidis2011-12-151-0/+6
* Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline itsDouglas Gregor2011-12-142-4/+3
* [libclang] Indexing API: Provide the protocols list for objc categories as well.Argyrios Kyrtzidis2011-12-133-0/+11
* [libclang] Indexing API: Fix indexing of missed references.Argyrios Kyrtzidis2011-12-134-29/+100
* [libclang] Indexing API: Fix suppressing of references in macros and suppressArgyrios Kyrtzidis2011-12-132-3/+20
* [libclang] Add defensive checks to make sure we don't try to dereferenceArgyrios Kyrtzidis2011-12-105-22/+52
* Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/105530...Ted Kremenek2011-12-092-2/+10
* Sort exports list.Ted Kremenek2011-12-091-8/+8
* Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam!Argyrios Kyrtzidis2011-12-091-1/+1
* [libclang] Make sure we don't try to handle a CXCursor_NoDeclFoundArgyrios Kyrtzidis2011-12-092-2/+9
* Misc Minix-specific changes to clang:Eli Friedman2011-12-081-4/+0
* [libclang] When doing clang_findReferencesInFile, make sure we don't crashArgyrios Kyrtzidis2011-12-081-3/+15
* [libclang] Remove IndexingContext's getScopedContext(), it's not usefulArgyrios Kyrtzidis2011-12-082-28/+0
* [libclang] Indexing API: provide both the semantic and the lexical container.Argyrios Kyrtzidis2011-12-073-10/+15
* [libclang] Fix indexing of C++ bases in a C++ class.Argyrios Kyrtzidis2011-12-073-10/+56
* [libclang] Introduce CXIdxEntityLanguage that indicates the languageArgyrios Kyrtzidis2011-12-072-19/+66
* [libclang] Index C++ namespaces.Argyrios Kyrtzidis2011-12-073-0/+15