summaryrefslogtreecommitdiff
path: root/tools/Makefile
Commit message (Expand)AuthorAge
* Re-add clang-check to the Makefile build.Jordan Rose2013-08-22
* Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose2013-08-22
* Fix up the BUILD_CLANG_ONLY code to work properly after r184794.Bob Wilson2013-07-26
* With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check.Jordan Rose2013-07-03
* Reorder builds based by ordering.Eric Christopher2013-06-25
* Add clang-format to the corresponding Makefile.Daniel Jasper2013-03-22
* [c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test.Argyrios Kyrtzidis2012-11-06
* Remove the directory that these are already in.Bill Wendling2012-10-03
* The top-level clang Makefile is #included into other Makefiles. (sigh) So weBill Wendling2012-10-03
* Remove this hack in favor of another, better way of performing the same thing.Bill Wendling2012-09-30
* Use a variable to stop us from building clang testing tools.Bill Wendling2012-09-27
* Temporarily revert r161612 while we figure out just what the semanticsChandler Carruth2012-08-09
* Make all of the tools build in parallel. Missing this caused incrementalChandler Carruth2012-08-09
* Recurse into the extra tools repo the correct way from the MakefileChandler Carruth2012-08-09
* Allow the Makefile build system to find the extra repo if it is checkedChandler Carruth2012-08-09
* Removed standalone clang-ast-dump tool.Alexander Kornienko2012-07-26
* The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko2012-07-16
* Adds a tooling library.Manuel Klimek2012-04-04
* Misc Minix-specific changes to clang:Eli Friedman2011-12-08
* Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for a...Ted Kremenek2011-08-09
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-09
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-15
* libclang and c-index-test can be built on Cygming.NAKAMURA Takumi2010-11-09
* Minix doesn't support dylibs, PR7294Chris Lattner2010-06-29
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-08
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-30
* Fix thinko and enable clang build on mingw again (hopefully)Anton Korobeynikov2010-03-14
* disable these dirs which rely on dynamic linking on mingw/cygwinChris Lattner2010-03-07
* Eliminate index-test; all of its tested functionality is now in c-index-test.Douglas Gregor2010-01-22
* Remove clang-cc tool, it has joined in unholy union with clang.Daniel Dunbar2009-12-12
* wpa is an experiment, don't build it by default, it adds to build times due t...Chris Lattner2009-09-24
* Lot's of little changes to get the C-based indexing API going...Steve Naroff2009-08-28
* Add initial boilerplate for CIndex, a shared library that will vend high-levelTed Kremenek2009-08-26
* Unbreak build?Daniel Dunbar2009-07-16
* update makefile.Zhongxing Xu2009-07-16
* Introduce tools/index-test.Argyrios Kyrtzidis2009-06-25
* Remove ccc from the makefile as well.Daniel Dunbar2009-05-02
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-24
* Stub out some structure for C++ driver.Daniel Dunbar2009-03-02
* Makefile isn't executable.Daniel Dunbar2009-01-19
* ccc: Add missing file.Daniel Dunbar2009-01-19