aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2014-02-01Switch clang-query to use the lineeditor library.Peter Collingbourne
2014-01-19[CMake] check_library_exists() requires inclusion in clang standalone build.NAKAMURA Takumi
2014-01-07Initial checkin of new module-map-checker tool.John Thompson
2013-11-08Introduce clang-query tool.Peter Collingbourne
2013-10-31pp-trace - preprocessor tacing and PPCallbacks testing toolJohn Thompson
2013-09-04Rename cpp11-migrate to clang-modernize.Chandler Carruth
2013-09-03Rename clang-replace -> clang-apply-replacementsEdwin Vane
2013-08-22Introducing new tool clang-replaceEdwin Vane
2013-07-29Initial architecture for clang-tidy.Daniel Jasper
2013-04-03Unit test support for Clang extra toolsEdwin Vane
2013-03-20Remove clang-format from clang-tools-extra.Daniel Jasper
2013-03-12Initial check in of Doug's modularize tool for checking header readiness for ...John Thompson
2013-01-10Removing loop-convert toolEdwin Vane
2012-12-12Initial commit for cpp11-migrate toolEdwin Vane
2012-12-05First version of a command line clang-format tool.Daniel Jasper
2012-08-24loop-convert, a C++11 for loop modernizerSam Panzer
2012-08-24Reverted to correct commit this time.Sam Panzer
2012-08-24Reverted incorect partial commit of loop migrator. git-svn strikes againSam Panzer
2012-08-24For Loop ConversionSam Panzer
2012-08-14Rename directory from 'toolTemplate' to 'tool-template'Marshall Clow
2012-08-14Added a tool template to make creating new tools simplerMarshall Clow
2012-08-07Add a root CMakeLists.txt and fix up all the test build stuff.Chandler Carruth