hanchenye-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
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
Makefile
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