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
/
Makefile
Age
Commit message (
Expand
)
Author
2013-03-22
Add clang-format to the corresponding Makefile.
Daniel Jasper
2012-11-06
[c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test.
Argyrios Kyrtzidis
2012-10-03
Remove the directory that these are already in.
Bill Wendling
2012-10-03
The top-level clang Makefile is #included into other Makefiles. (sigh) So we
Bill Wendling
2012-09-30
Remove this hack in favor of another, better way of performing the same thing.
Bill Wendling
2012-09-27
Use a variable to stop us from building clang testing tools.
Bill Wendling
2012-08-09
Temporarily revert r161612 while we figure out just what the semantics
Chandler Carruth
2012-08-09
Make all of the tools build in parallel. Missing this caused incremental
Chandler Carruth
2012-08-09
Recurse into the extra tools repo the correct way from the Makefile
Chandler Carruth
2012-08-09
Allow the Makefile build system to find the extra repo if it is checked
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-12-08
Misc Minix-specific changes to clang:
Eli Friedman
2011-08-09
Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for a...
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-11-09
libclang and c-index-test can be built on Cygming.
NAKAMURA Takumi
2010-06-29
Minix doesn't support dylibs, PR7294
Chris Lattner
2010-06-08
Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.
Daniel Dunbar
2010-04-30
Rename 'CIndex' to 'libclang', since it has basically become our stable public
Daniel Dunbar
2010-03-14
Fix thinko and enable clang build on mingw again (hopefully)
Anton Korobeynikov
2010-03-07
disable these dirs which rely on dynamic linking on mingw/cygwin
Chris Lattner
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-09-24
wpa is an experiment, don't build it by default, it adds to build times due t...
Chris Lattner
2009-08-28
Lot's of little changes to get the C-based indexing API going...
Steve Naroff
2009-08-26
Add initial boilerplate for CIndex, a shared library that will vend high-level
Ted Kremenek
2009-07-16
Unbreak build?
Daniel Dunbar
2009-07-16
update makefile.
Zhongxing Xu
2009-06-25
Introduce tools/index-test.
Argyrios Kyrtzidis
2009-05-02
Remove ccc from the makefile as well.
Daniel Dunbar
2009-03-24
Move <root>/Driver into <root>/tools/clang-cc.
Daniel Dunbar
2009-03-02
Stub out some structure for C++ driver.
Daniel Dunbar
2009-01-19
Makefile isn't executable.
Daniel Dunbar
2009-01-19
ccc: Add missing file.
Daniel Dunbar