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 63ba8cc commit d276c4aCopy full SHA for d276c4a
clang/test/CodeCompletion/if-constexpr.cpp
@@ -0,0 +1,4 @@
1
+void test() {
2
+ if c
3
+ // RUN: %clang_cc1 -fsyntax-only -std=c++17 -code-completion-at=%s:%(line-1):7 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s
4
+ // CHECK-CC1: constexpr
0 commit comments