llvm-project/clang/tools/diagtool
Alex Lorenz f5ca27cc37 [refactor] allow the use of refactoring diagnostics
This commit allows the refactoring library to use its own set of
refactoring-specific diagnostics to reports things like initiation errors.

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

llvm-svn: 315924
2017-10-16 18:28:26 +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
DiagnosticNames.cpp [refactor] allow the use of refactoring diagnostics 2017-10-16 18:28:26 +00:00
DiagnosticNames.h [NFC] Loop modernization in diagtool 2017-09-05 18:04:34 +00:00
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 [NFC] Loop modernization in diagtool 2017-09-05 18:04:34 +00:00
ShowEnabledWarnings.cpp [NFC] Loop modernization in diagtool 2017-09-05 18:04:34 +00:00
TreeView.cpp [diagtool] Change default tree behavior to print only flags 2017-09-05 18:04:40 +00:00
diagtool_main.cpp