diff options
Diffstat (limited to 'compilerplugins/clang/pluginhandler.hxx')
-rw-r--r-- | compilerplugins/clang/pluginhandler.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/pluginhandler.hxx b/compilerplugins/clang/pluginhandler.hxx index 3d5f6c82e3d9..a2cc136f5751 100644 --- a/compilerplugins/clang/pluginhandler.hxx +++ b/compilerplugins/clang/pluginhandler.hxx @@ -47,6 +47,7 @@ class PluginHandler string scope; string warningsOnly; bool warningsAsErrors; + bool unitTestMode; }; /** |