aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cpptoolsplugin.h
diff options
context:
space:
mode:
authorNikolai Kosjar <[email protected]>2014-02-19 09:11:59 -0300
committerNikolai Kosjar <[email protected]>2014-03-10 13:42:43 +0100
commitaa796a9fc06dc1817b99355a333d2b0edce7215b (patch)
tree5b3d49385756e0b9ab2e456c9f2bcafb98297cd3 /src/plugins/cpptools/cpptoolsplugin.h
parent16e16dc40597c11c60750e35474043bacc36e3a0 (diff)
CppTools: Add all diagnostic messages
...of type 'No such file or directory' to the CPlusPlus::Document. Only the first one was added and as a result, the editor only wavely underlined that one. Add also diagnostic messages if it's not possible to get the file contents. Change-Id: I8389d8e6af9480ea6712759ce5e130e1dd8912f1 Reviewed-by: Erik Verbruggen <[email protected]>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsplugin.h')
-rw-r--r--src/plugins/cpptools/cpptoolsplugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h
index 05a137dc6ea..ce55cf668ec 100644
--- a/src/plugins/cpptools/cpptoolsplugin.h
+++ b/src/plugins/cpptools/cpptoolsplugin.h
@@ -124,6 +124,7 @@ private slots:
void test_cpppreprocessor_includes_resolvedUnresolved();
void test_cpppreprocessor_includes_cyclic();
+ void test_cpppreprocessor_includes_allDiagnostics();
void test_functionutils_virtualFunctions();
void test_functionutils_virtualFunctions_data();