index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-03-20
Add clang-format binary to cfe.
Daniel Jasper
2012-10-10
[CMake] clang/tools/extra may be included by LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_...
NAKAMURA Takumi
2012-08-07
Initial support for recursing into the new clang-tools-extra repository
Chandler Carruth
2012-07-26
Removed standalone clang-ast-dump tool.
Alexander Kornienko
2012-07-16
The new clang-ast-dump tool for selective AST dumping. Moved common command-l...
Alexander Kornienko
2012-04-04
Adds a tooling library.
Manuel Klimek
2011-08-09
Place back previous order of add_subdirectory()'s to reflect build depedencies.
Ted Kremenek
2011-08-09
Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for a...
Ted Kremenek
2011-08-09
Sort CMakeLists.txt.
Ted Kremenek
2011-07-09
[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.
Argyrios Kyrtzidis
2011-06-15
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz
John McCall
2010-04-30
Rename 'CIndex' to 'libclang', since it has basically become our stable public
Daniel Dunbar
2010-01-22
Eliminate index-test; all of its tested functionality is now in c-index-test.
Douglas Gregor
2009-12-12
Remove clang-cc tool, it has joined in unholy union with clang.
Daniel Dunbar
2009-11-24
Sort CMakeLists.txt
Kovarththanan Rajaratnam
2009-11-17
Remove stale reference to old WPA dir, patch by Kovarththanan Rajaratnam.
Daniel Dunbar
2009-10-27
Changes for building as a Windows DLL
John Thompson
2009-09-26
Disable c-index-test on MSVC until someone figures out the real problem.
Daniel Dunbar
2009-09-25
CMake build support for libCIndex and c-index-test. The indexing tests
Douglas Gregor
2009-09-25
Hide clang-wpa executable behind a CMake variable so it won't be built by def...
Douglas Gregor
2009-07-16
Add 'clang-wpa' to the CMake-based build.
Ted Kremenek
2009-06-25
Introduce tools/index-test.
Argyrios Kyrtzidis
2009-03-24
Move <root>/Driver into <root>/tools/clang-cc.
Daniel Dunbar
2009-03-24
Add CMake files for tools/driver; I am just guessing here, can someone test/fix?
Daniel Dunbar