llvm-project/clang/tools/diagtool
Reid Kleckner 898229ab4b [Driver] Refactor clang driver to use LLVM's Option library
The big changes are:
- Deleting Driver/(Arg|Opt)*
- Rewriting includes to llvm/Option/ and re-sorting
- 'using namespace llvm::opt' in clang::driver
- Fixing the autoconf build by adding option everywhere

As discussed in the review, this change includes using directives in
header files.  I'll make follow up changes to remove those in favor of
name specifiers.

Reviewers: espindola

Differential Revision: http://llvm-reviews.chandlerc.com/D975

llvm-svn: 183989
2013-06-14 17:17:23 +00:00
..
CMakeLists.txt these now depend on the bitcode reader too. 2013-01-19 18:28:24 +00:00
DiagTool.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
DiagTool.h Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
DiagnosticNames.cpp Enable comment parsing and semantic analysis to emit diagnostics. A few 2012-07-11 21:38:39 +00:00
DiagnosticNames.h [diagtool] Add a new "tree" command to shows warnings activated by a flag. 2012-06-24 00:07:45 +00:00
ListWarnings.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
Makefile [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
ShowEnabledWarnings.cpp Nuke SetUpBuildDumpLog. 2013-01-20 01:58:28 +00:00
TreeView.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
diagtool_main.cpp [diagtool] Write to llvm::outs() by default instead of llvm::errs() 2012-06-22 00:33:20 +00:00