llvm-project/clang/tools/diagtool
Alp Toker b2636c4ae1 diagtool: refactor TreeView to resemble C++
Replace lots of old-school parameter passing with neat class members.
No attempt made yet to modernize loops, but it's a start.

llvm-svn: 211327
2014-06-20 00:06:42 +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 [C++11] Use 'nullptr'. Tools edition. 2014-06-08 08:38:04 +00:00
DiagTool.h [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-15 07:47:46 +00:00
DiagnosticNames.cpp [C++11] Use 'nullptr'. Tools edition. 2014-06-08 08:38:04 +00:00
DiagnosticNames.h [C++11] Use 'nullptr'. Tools edition. 2014-06-08 08:38:04 +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 [C++11] Use 'nullptr'. Tools edition. 2014-06-08 08:38:04 +00:00
TreeView.cpp diagtool: refactor TreeView to resemble C++ 2014-06-20 00:06:42 +00:00
diagtool_main.cpp [diagtool] Write to llvm::outs() by default instead of llvm::errs() 2012-06-22 00:33:20 +00:00