llvm-project/clang/tools/diagtool
Don Hinton 6c2ded879d [diagtool] Add ability to pass in the id and return the name for a
particular diagnostic.

Differential Revision: https://reviews.llvm.org/D36252

llvm-svn: 309955
2017-08-03 16:13:13 +00:00
..
CMakeLists.txt [diagtool] Add a 'find-diagnostic-id' subcommand that converts a name of 2017-07-12 16:41:49 +00:00
DiagTool.cpp [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
DiagTool.h Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
DiagnosticNames.cpp
DiagnosticNames.h
FindDiagnosticID.cpp [diagtool] Add ability to pass in the id and return the name for a 2017-08-03 16:13:13 +00:00
ListWarnings.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
ShowEnabledWarnings.cpp Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" 2017-01-06 19:49:01 +00:00
TreeView.cpp [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
diagtool_main.cpp