================
@@ -0,0 +1,10 @@
+// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:6:2 %s
+// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:10:2 %s
+
+struct A {
+  A(int = 0);
+}/*invoke completion here*/;
+
+struct B {
+  B() noexcept(false);
+}/*invoke completion here*/;
----------------
hbatagelo wrote:

Done

https://github.com/llvm/llvm-project/pull/203794
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to