aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/data/complete_target_header_unsaved.h
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@theqtcompany.com>2015-08-04 15:04:41 +0200
committerMarco Bubke <marco.bubke@theqtcompany.com>2015-08-04 16:16:45 +0000
commit0fd213357e4a0e11230e16e4cf25190d6039f30a (patch)
tree3934715f2e66f7ba615ff319a81ef0e603561326 /tests/unit/unittest/data/complete_target_header_unsaved.h
parent2afdfeeb3899055d7103e98c1916987da1c108ff (diff)
Clang: Tests for code completionv3.5.0-rc1
Reparsing in Clang is broken in master. We need to test what is working in which version. Change-Id: I620acd4a0a5adc951951e0fc3c0a4096ac9844fe Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
Diffstat (limited to 'tests/unit/unittest/data/complete_target_header_unsaved.h')
-rw-r--r--tests/unit/unittest/data/complete_target_header_unsaved.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/unit/unittest/data/complete_target_header_unsaved.h b/tests/unit/unittest/data/complete_target_header_unsaved.h
new file mode 100644
index 0000000000..904a861870
--- /dev/null
+++ b/tests/unit/unittest/data/complete_target_header_unsaved.h
@@ -0,0 +1,8 @@
+#ifndef COMPLETE_TARGET_HEADER_UNSAVED_H
+#define COMPLETE_TARGET_HEADER_UNSAVED_H
+
+void FunctionInIncludedHeader();
+void FunctionInIncludedHeaderUnsaved();
+
+#endif // COMPLETE_TARGET_HEADER_UNSAVED_H
+