llvm-project/clang/tools/diagtool
Craig Topper 8c2a2a0f82 Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and mentioning the type. This works now that we have a conversion from ArrayRef<T*> to ArrayRef<const T*>.
llvm-svn: 216824
2014-08-30 16:55:39 +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 Header guard canonicalization, clang part. 2014-08-13 16:25:19 +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 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 Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and mentioning the type. This works now that we have a conversion from ArrayRef<T*> to ArrayRef<const T*>. 2014-08-30 16:55:39 +00:00
TreeView.cpp diagtool: refactor TreeView to resemble C++ 2014-06-20 00:06:42 +00:00
diagtool_main.cpp