llvm-project/clang/tools/diagtool
Chris Bieneman 2bf68c6c1c Remove autoconf support
Summary:
This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html

    "This is the way [autoconf] ends
    Not with a bang but a whimper."
    -T.S. Eliot

Reviewers: chandlerc, grosbach, bob.wilson, echristo

Subscribers: klimek, cfe-commits

Differential Revision: http://reviews.llvm.org/D16472

llvm-svn: 258862
2016-01-26 21:30:40 +00:00
..
CMakeLists.txt [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce CLANG_TABLEGEN_TARGETS. 2014-02-21 07:59:59 +00:00
DiagTool.cpp Roll-back r250822. 2015-10-20 13:23:58 +00:00
DiagTool.h Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
DiagnosticNames.cpp [C++11] Use 'nullptr'. Tools edition. 2014-06-08 08:38:04 +00:00
DiagnosticNames.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
ListWarnings.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
ShowEnabledWarnings.cpp [libclang] Add entry points that take a full command line including argv[0]. 2015-11-18 16:14:27 +00:00
TreeView.cpp diagtool: refactor TreeView to resemble C++ 2014-06-20 00:06:42 +00:00
diagtool_main.cpp