summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functi...Argyrios Kyrtzidis2011-09-221-6/+6
* [libclang] When pointing at a macro expansion inside a macro argument,Argyrios Kyrtzidis2011-09-201-6/+0
* Sort exports list.Ted Kremenek2011-09-201-7/+7
* In libclang, when visiting preprocessed entities in a source range, useArgyrios Kyrtzidis2011-09-191-56/+9
* [libclang] When getting a source location from a file:line:col tripletArgyrios Kyrtzidis2011-09-191-10/+3
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-191-2/+2
* First test commit.Erik Verbruggen2011-09-191-1/+0
* [libclang] Remove libclang.darwin.exports, it's not used anymore.Argyrios Kyrtzidis2011-09-131-150/+0
* [libclang] Introduce clang_getPresumedLocation which works like clang_getExpa...Argyrios Kyrtzidis2011-09-133-0/+30
* [libclang] Correct annotation and taking of cursor for objc class referencesArgyrios Kyrtzidis2011-09-131-1/+9
* Rename InterFace -> Interface, no functionality change.Argyrios Kyrtzidis2011-09-131-1/+1
* [libclang]Argyrios Kyrtzidis2011-09-132-38/+13
* When compiling a module on-demand, re-use the diagnostics clientDouglas Gregor2011-09-131-1/+1
* [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl ofArgyrios Kyrtzidis2011-09-121-1/+4
* [libclang] Make c-index-test check CINDEXTEST_REMAP_AFTER_TRIAL environment v...Argyrios Kyrtzidis2011-09-121-1/+10
* Kill of the Decl::PCHLevel field entirely. We now only need to knowDouglas Gregor2011-09-101-15/+5
* The translation unit is never deserializedDouglas Gregor2011-09-091-1/+1
* [analyzer] When running scan-build with -plist on ./configure, delete the pli...Anna Zaks2011-09-091-2/+8
* Fix up MCInstPrinter creation to take the new SubtargetInfo parameter (see LL...James Molloy2011-09-071-1/+1
* [analyzer] Revert a regression introduced in r133104(The ARC Migration Tool.....Anna Zaks2011-08-311-4/+6
* Update libclang to have APIs corresponding to the new 'expansion' namingChandler Carruth2011-08-311-16/+24
* [libclang] Rename some functions and make sure we don't iterate past the toke...Argyrios Kyrtzidis2011-08-301-12/+14
* Fix type mismatch in initialization (caught by -Wliteral-conversion)Matt Beaumont-Gay2011-08-291-1/+1
* [analyzer] update bug report urlNico Weber2011-08-281-2/+2
* objective-c: Treat top-level objective-c declarationsFariborz Jahanian2011-08-271-8/+5
* Eliminate the -chained-pch flag and all of the frontend and libclang options ...Douglas Gregor2011-08-251-9/+1
* Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor2011-08-251-3/+4
* [libclang] Fix getting a cursor that points inside tag definition that is partArgyrios Kyrtzidis2011-08-251-0/+3
* Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.Evan Cheng2011-08-243-7/+7
* [libclang] Remove NestedNameSpecifierVisit, as Clang says that this code is d...Ted Kremenek2011-08-181-36/+1
* [libclang] Annotate correctly macro argument tokens.Argyrios Kyrtzidis2011-08-181-45/+150
* [libclang] Workaround potential race condition with code completion Allocated...Ted Kremenek2011-08-173-0/+20
* [libclang] Implicit objc methods are skipped, no need to check isSynthesized.Argyrios Kyrtzidis2011-08-171-6/+0
* Mark objc methods that are implicitly declared for properties (not user-decla...Argyrios Kyrtzidis2011-08-171-7/+0
* [libclang] Make clang_getCursor able to handle locations that point inside ma...Argyrios Kyrtzidis2011-08-171-6/+16
* Update createMCAsmParser() to match r137735.Jim Grosbach2011-08-161-1/+1
* [libclang] Require explicit cursor visitation for all TypeLocs (compilation willArgyrios Kyrtzidis2011-08-151-28/+39
* [libclang] Handle AttributedTypeLoc for cursor visitation. Fixes rdar://9535717.Argyrios Kyrtzidis2011-08-151-0/+5
* Implement function template specialization at class scope extension in Micros...Francois Pichet2011-08-141-0/+1
* The diagtool registration system tries to use a global variable from a methodNick Lewycky2011-08-124-7/+8
* In the serialized AST format, make the translation unit a "predefined"Douglas Gregor2011-08-121-1/+1
* scan-build: enable C++ support by default.Ted Kremenek2011-08-111-6/+3
* [libclang] When pointing at an objc property don't return a cursor that point...Argyrios Kyrtzidis2011-08-101-0/+7
* Switch a C-style cast over to a const_cast. No functionality changeDouglas Gregor2011-08-101-1/+1
* Place back previous order of add_subdirectory()'s to reflect build depedencies.Ted Kremenek2011-08-091-2/+2
* Add libsupport to list of libraries to link into diagtoolTed Kremenek2011-08-091-0/+4
* Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for a...Ted Kremenek2011-08-098-1/+316
* Sort CMakeLists.txt.Ted Kremenek2011-08-091-2/+2
* Add a new libclang API to return a CXCompletionString for an arbitraryDouglas Gregor2011-08-044-0/+44
* When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier2011-08-021-2/+8