[clang] [Sema] Add code completion for if constexpr and consteval (PR #124315)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 24 12:53:18 PST 2025
================
@@ -0,0 +1,6 @@
+void test() {
+ if c
----------------
cor3ntin wrote:
can you add a test for `if !` ?
https://github.com/llvm/llvm-project/pull/124315
More information about the cfe-commits
mailing list