aboutsummaryrefslogtreecommitdiff
path: root/lib/Tooling
AgeCommit message (Expand)Author
2013-03-15ClangTool output cleanupEdwin Vane
2013-03-13Reverting r176944 until Author fixes test failure.Edwin Vane
2013-03-13ClangTool output cleanupEdwin Vane
2013-03-02CommandLineArgumentParser: handle single quotes.Peter Collingbourne
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-12Fix spurious output in JSONCompilationDatabaseArnaud A. de Grandmaison
2013-01-11Allow RefactoringTool to write to memory instead of always to diskEdwin Vane
2012-12-14Style and Doc fix for CommonOptionsParserEdwin Vane
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-12-04Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis
2012-11-27Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag andRafael Espindola
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-10-15Only report first error when no compilation database is found.Daniel Jasper
2012-10-08Hopefully appease Windows buildbot with Japanese (?) error message.Daniel Jasper
2012-10-08FileNameMatchTrie: Use StringRef instead of Twines where possible.Daniel Jasper
2012-10-08Support symlinks and relative paths in complilation databases.Daniel Jasper
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-08-30Tooling: Add a runToolOnCodeWithArgs() function that allowsNico Weber
2012-08-28Only add common tool options when CommonOptionsParser is used.Alexander Kornienko
2012-08-24Fix the definition of JSONAnchorSource. MSVC mangles variable symbols, and "v...NAKAMURA Takumi
2012-08-24Use LLVM's plugin registry to enable registering new compilationDaniel Jasper
2012-08-24Updated LibTooling.html, minor improvements in CommonOptionsParserAlexander Kornienko
2012-08-22Reverted clang-check to fully supported CommandLine Library use-case: globalAlexander Kornienko
2012-07-31Fixes a segfault in Tooling when using pch's:Manuel Klimek
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-07-27clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi
2012-07-18Reverted custom init hook from r160369.Alexander Kornienko
2012-07-17Add a custom initialize hook for clang tools + minor fixes in CustomCompilati...Alexander Kornienko
2012-07-17Finishing the move of RefactoringCallbacks and fixing the correspondingDaniel Jasper
2012-07-17Move RefactoringCallbacks to Tooling to avoid dependency fromDaniel Jasper
2012-07-16Fix copy-paste mistake for CMake dependency.Ted Kremenek
2012-07-16Looks like libTooling might also depend on ClangDiagnosticCommon.Ted Kremenek
2012-07-16The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko
2012-07-13Allows retrieving all files in a CompilationDatabase.Manuel Klimek
2012-07-11Add a hook to supply a custom CompilationDatabase. To add a custom Compilatio...Daniel Jasper
2012-07-10Adds support for auto-detection of compilation databases, looking in a direct...Arnaud A. de Grandmaison
2012-07-10Adds support for auto-detection of compilation databasesManuel Klimek
2012-07-05Adapts the FrontendAction convenience functions so that it can beManuel Klimek
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-04Fixed a problem related to resolution of built-in headers in case a path of t...Alexander Kornienko
2012-06-02ToolInvocation::mapVirtualFile(): Tweak for Win32. Handle the key as native p...NAKAMURA Takumi
2012-05-31Fix an object lifetime issue in clang/Tooling.Alexander Kornienko
2012-05-30Adds a toString method to Replacement, which helps debugging.Manuel Klimek
2012-05-30Fixed a memory leak in clang/Tooling.Alexander Kornienko
2012-05-23Tooling: Canonicalize Key in IndexByFile[]. llvm::sys::path::native() may be ...NAKAMURA Takumi
2012-05-23Adds the Refactoring library, which is a layer on top of the Tooling libraryManuel Klimek
2012-05-15Fixes crasher bug in JSONCompilationDatabase for invalid input.Manuel Klimek
2012-05-09Fix -Wdelete-non-virtual-dtor in Tooling code.David Blaikie
2012-05-09Declare abstract class ArgumentsAdjuster. This abstract interface describesSimon Atanasyan