summaryrefslogtreecommitdiff
path: root/tools/Makefile
Commit message (Expand)AuthorAgeFilesLines
* [c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test.Argyrios Kyrtzidis2012-11-061-1/+1
* Remove the directory that these are already in.Bill Wendling2012-10-031-1/+1
* The top-level clang Makefile is #included into other Makefiles. (sigh) So weBill Wendling2012-10-031-0/+5
* Remove this hack in favor of another, better way of performing the same thing.Bill Wendling2012-09-301-4/+0
* Use a variable to stop us from building clang testing tools.Bill Wendling2012-09-271-0/+4
* Temporarily revert r161612 while we figure out just what the semanticsChandler Carruth2012-08-091-6/+3
* Make all of the tools build in parallel. Missing this caused incrementalChandler Carruth2012-08-091-3/+6
* Recurse into the extra tools repo the correct way from the MakefileChandler Carruth2012-08-091-2/+5
* Allow the Makefile build system to find the extra repo if it is checkedChandler Carruth2012-08-091-1/+2
* Removed standalone clang-ast-dump tool.Alexander Kornienko2012-07-261-1/+1
* The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko2012-07-161-1/+1
* Adds a tooling library.Manuel Klimek2012-04-041-1/+2
* Misc Minix-specific changes to clang:Eli Friedman2011-12-081-4/+0
* Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for a...Ted Kremenek2011-08-091-1/+1
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-091-1/+1
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-2/+2
* libclang and c-index-test can be built on Cygming.NAKAMURA Takumi2010-11-091-1/+1
* Minix doesn't support dylibs, PR7294Chris Lattner2010-06-291-1/+1
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-081-3/+3
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-2/+2
* Fix thinko and enable clang build on mingw again (hopefully)Anton Korobeynikov2010-03-141-2/+1
* disable these dirs which rely on dynamic linking on mingw/cygwinChris Lattner2010-03-071-0/+7
* Eliminate index-test; all of its tested functionality is now in c-index-test.Douglas Gregor2010-01-221-1/+1
* Remove clang-cc tool, it has joined in unholy union with clang.Daniel Dunbar2009-12-121-1/+1
* wpa is an experiment, don't build it by default, it adds to build times due t...Chris Lattner2009-09-241-1/+1
* Lot's of little changes to get the C-based indexing API going...Steve Naroff2009-08-281-1/+1
* Add initial boilerplate for CIndex, a shared library that will vend high-levelTed Kremenek2009-08-261-1/+1
* Unbreak build?Daniel Dunbar2009-07-161-1/+1
* update makefile.Zhongxing Xu2009-07-161-1/+1
* Introduce tools/index-test.Argyrios Kyrtzidis2009-06-251-1/+1
* Remove ccc from the makefile as well.Daniel Dunbar2009-05-021-1/+1
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-1/+1
* Stub out some structure for C++ driver.Daniel Dunbar2009-03-021-1/+1
* Makefile isn't executable.Daniel Dunbar2009-01-191-0/+0
* ccc: Add missing file.Daniel Dunbar2009-01-191-0/+13