Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d3cf5fba332fc77f7e72ef58077822606718671d
/
tools
/
Makefile
090b136
[c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test.
by Argyrios Kyrtzidis
· 12 years ago
2ceac2d
Remove the directory that these are already in.
by Bill Wendling
· 12 years ago
2bf8980
The top-level clang Makefile is #included into other Makefiles. (sigh) So we
by Bill Wendling
· 12 years ago
a2cccd0
Remove this hack in favor of another, better way of performing the same thing.
by Bill Wendling
· 12 years ago
985c471
Use a variable to stop us from building clang testing tools.
by Bill Wendling
· 12 years ago
20316a9
Temporarily revert r161612 while we figure out just what the semantics
by Chandler Carruth
· 12 years ago
8607367
Make all of the tools build in parallel. Missing this caused incremental
by Chandler Carruth
· 12 years ago
af310b1
Recurse into the extra tools repo the correct way from the Makefile
by Chandler Carruth
· 12 years ago
2689a08
Allow the Makefile build system to find the extra repo if it is checked out.
by Chandler Carruth
· 12 years ago
77b1ae5
Removed standalone clang-ast-dump tool.
by Alexander Kornienko
· 12 years ago
dea8fba
The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool
by Alexander Kornienko
· 12 years ago
cb971c6
Adds a tooling library.
by Manuel Klimek
· 13 years ago
6d402dc
Misc Minix-specific changes to clang:
by Eli Friedman
· 13 years ago
2dc651d
Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for analyzing and working with clang diagnostics.
by Ted Kremenek
· 13 years ago
69325d5
[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.
by Argyrios Kyrtzidis
· 13 years ago
8f0e8d2
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this.
by John McCall
· 14 years ago
4b0104d
libclang and c-index-test can be built on Cygming.
by NAKAMURA Takumi
· 14 years ago
44bbd79
Minix doesn't support dylibs, PR7294
by Chris Lattner
· 14 years ago
afed099
Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.
by Daniel Dunbar
· 15 years ago
f51f20f
Rename 'CIndex' to 'libclang', since it has basically become our stable public
by Daniel Dunbar
· 15 years ago
51f4c94
Fix thinko and enable clang build on mingw again (hopefully)
by Anton Korobeynikov
· 15 years ago
b196ef7
disable these dirs which rely on dynamic linking on mingw/cygwin
by Chris Lattner
· 15 years ago
9fb48de
Eliminate index-test; all of its tested functionality is now in c-index-test.
by Douglas Gregor
· 15 years ago
864db01
Remove clang-cc tool, it has joined in unholy union with clang.
by Daniel Dunbar
· 15 years ago
e7a5fd4
wpa is an experiment, don't build it by default, it adds to build times due to everything it links in.
by Chris Lattner
· 15 years ago
5039819
Lot's of little changes to get the C-based indexing API going...
by Steve Naroff
· 15 years ago
d2fa566
Add initial boilerplate for CIndex, a shared library that will vend high-level
by Ted Kremenek
· 15 years ago
9797a87
Unbreak build?
by Daniel Dunbar
· 15 years ago
c596599
update makefile.
by Zhongxing Xu
· 15 years ago
30b983b
Introduce tools/index-test.
by Argyrios Kyrtzidis
· 15 years ago
45d604e
Remove ccc from the makefile as well.
by Daniel Dunbar
· 16 years ago
073777f
Move <root>/Driver into <root>/tools/clang-cc.
by Daniel Dunbar
· 16 years ago
3ede8d0
Stub out some structure for C++ driver.
by Daniel Dunbar
· 16 years ago
7ce86f0
Makefile isn't executable.
by Daniel Dunbar
· 16 years ago
fec7c2a
ccc: Add missing file.
by Daniel Dunbar
· 16 years ago