We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0086ad commit 64dbd64Copy full SHA for 64dbd64
clang/include/clang/Driver/Options.td
@@ -6200,6 +6200,7 @@ def _SLASH_Zo_ : CLIgnoredFlag<"Zo-">;
6200
// Unsupported:
6201
6202
def _SLASH_await : CLFlag<"await">;
6203
+def _SLASH_await_COLON : CLJoined<"await:">;
6204
def _SLASH_constexpr : CLJoined<"constexpr:">;
6205
def _SLASH_AI : CLJoinedOrSeparate<"AI">;
6206
def _SLASH_Bt : CLFlag<"Bt">;
clang/test/Driver/cl-options.c
@@ -420,6 +420,7 @@
420
// (/Zs is for syntax-only)
421
// RUN: %clang_cl /Zs \
422
// RUN: /await \
423
+// RUN: /await:strict \
424
// RUN: /constexpr:depth1000 /constexpr:backtrace1000 /constexpr:steps1000 \
425
// RUN: /AIfoo \
426
// RUN: /AI foo_does_not_exist \
0 commit comments