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
/
Tooling.cpp
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-01-20
Nuke SetUpBuildDumpLog.
Sean Silva
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
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-08-30
Tooling: Add a runToolOnCodeWithArgs() function that allows
Nico Weber
2012-07-31
Fixes a segfault in Tooling when using pch's:
Manuel Klimek
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-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
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-09
Declare abstract class ArgumentsAdjuster. This abstract interface describes
Simon Atanasyan
2012-05-07
Fix includes for unices that don't have chdir declared transitively.
Manuel Klimek
2012-05-07
Includes direct.h for windows compilation.
Manuel Klimek
2012-05-07
Fixes resolution of relative paths when running clang tools.
Manuel Klimek
2012-04-25
Fixes the header search logic for tools:
Manuel Klimek
2012-04-09
Fixes a fix to finding the current directory:
Manuel Klimek
2012-04-04
Tooling.cpp: Reorder inclusions according to the conding standards.
NAKAMURA Takumi
2012-04-04
Tooling.cpp: Don't refer to $ENV{PWD}. Use llvm::sys::fs instead.
NAKAMURA Takumi
2012-04-04
Adds a tooling library.
Manuel Klimek
2011-06-02
Reverts the Tooling changes as requested by Chris.
Manuel Klimek
2011-05-31
This patch implements an AST matching framework that allows to write
Manuel Klimek
2011-05-16
Pulls the common part of the clang-check example into Tooling, to allow new t...
Manuel Klimek
2011-04-30
Remove noisy semicolons.
Benjamin Kramer
2011-04-27
This is the next step in building the standalone tools infrastructure:
Manuel Klimek
2011-04-21
Adds a function to run FrontendActions over in-memory code. This is
Manuel Klimek