This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
103aa8be7cc57801ca083b5a53e34b51df36d3e3
qt-creator
/
tests
/
unit
/
unittest
/
data
/
complete_target_header_unsaved.h
5 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
Wholesale conversion to #pragma once Kudos to cgmb and https://github.com/cgmb/guardonce Change-Id: Ifa8970734b8d43fd08c9260c645bdb0228633791 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
2016-03-18 07:55:01 +01:00
#
pragma once
Clang: Tests for code completion 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>
2015-08-04 15:04:41 +02:00
void
FunctionInIncludedHeader
(
)
;
void
FunctionInIncludedHeaderUnsaved
(
)
;
Copy Permalink