Skip to content
Snippets Groups Projects
Commit c1470290 authored by Jordy Rose's avatar Jordy Rose
Browse files

Hook up -W[no-]analyzer-incompatible-plugin to new warning, and unbreak buildbot.

llvm-svn: 137816
parent 9c09ce48
No related branches found
No related tags found
No related merge requests found
...@@ -294,7 +294,8 @@ def warn_unknown_warning_specifier : Warning< ...@@ -294,7 +294,8 @@ def warn_unknown_warning_specifier : Warning<
def warn_unknown_analyzer_checker : Warning< def warn_unknown_analyzer_checker : Warning<
"no analyzer checkers are associated with '%0'">; "no analyzer checkers are associated with '%0'">;
def warn_incompatible_analyzer_plugin_api : Warning< def warn_incompatible_analyzer_plugin_api : Warning<
"checker plugin '%0' is not compatible with this version of the analyzer">; "checker plugin '%0' is not compatible with this version of the analyzer">,
InGroup<DiagGroup<"analyzer-incompatible-plugin"> >;
def note_incompatible_analyzer_plugin_api : Note< def note_incompatible_analyzer_plugin_api : Note<
"current API version is '%0', but plugin was compiled with version '%1'">; "current API version is '%0', but plugin was compiled with version '%1'">;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment