aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-02-11 14:41:53 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-02-11 15:18:24 +0100
commite330f659c47de880493f9bfd4ba2a000196d00bc (patch)
treed4e6d7064bdaa9cf6594306c6dadbe88c91ce7f9 /sources/shiboken6/ApiExtractor/clangparser/compilersupport.h
parent9827a47135d8e0ac7262c6c13188e387bf034b3b (diff)
shiboken6: Move Vulkan detection out of the emulated compiler options
Task-number: PYSIDE-1812 Change-Id: I304d0c437cda114a865828578dca320c0d2fe45f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'sources/shiboken6/ApiExtractor/clangparser/compilersupport.h')
-rw-r--r--sources/shiboken6/ApiExtractor/clangparser/compilersupport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h b/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h
index 479e211ce..168faeff7 100644
--- a/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h
+++ b/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h
@@ -63,6 +63,8 @@ LanguageLevel emulatedCompilerLanguageLevel();
const char *languageLevelOption(LanguageLevel l);
LanguageLevel languageLevelFromOption(const char *);
+QByteArrayList detectVulkan();
+
Compiler compiler();
Platform platform();
} // namespace clang