aboutsummaryrefslogtreecommitdiff
path: root/tools/Makefile
AgeCommit message (Expand)Author
2012-04-04Adds a tooling library.Manuel Klimek
2011-12-08Misc Minix-specific changes to clang:Eli Friedman
2011-08-09Add '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-15The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall
2010-11-09libclang and c-index-test can be built on Cygming.NAKAMURA Takumi
2010-06-29Minix doesn't support dylibs, PR7294Chris Lattner
2010-06-08Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar
2010-04-30Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar
2010-03-14Fix thinko and enable clang build on mingw again (hopefully)Anton Korobeynikov
2010-03-07disable these dirs which rely on dynamic linking on mingw/cygwinChris Lattner
2010-01-22Eliminate index-test; all of its tested functionality is now in c-index-test.Douglas Gregor
2009-12-12Remove clang-cc tool, it has joined in unholy union with clang.Daniel Dunbar
2009-09-24wpa is an experiment, don't build it by default, it adds to build times due t...Chris Lattner
2009-08-28Lot's of little changes to get the C-based indexing API going...Steve Naroff
2009-08-26Add initial boilerplate for CIndex, a shared library that will vend high-levelTed Kremenek
2009-07-16Unbreak build?Daniel Dunbar
2009-07-16update makefile.Zhongxing Xu
2009-06-25Introduce tools/index-test.Argyrios Kyrtzidis
2009-05-02Remove ccc from the makefile as well.Daniel Dunbar
2009-03-24Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar
2009-03-02Stub out some structure for C++ driver.Daniel Dunbar
2009-01-19Makefile isn't executable.Daniel Dunbar
2009-01-19ccc: Add missing file.Daniel Dunbar