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