summaryrefslogtreecommitdiff
path: root/clang/test/CodeCompletion/if-const.cpp
AgeCommit message (Collapse)Author
2025-03-17[clang][CodeComplete] Add code completion for if constexpr and consteval ↵Letu Ren
(#124315) Code complete `constexpr` and `consteval` keywords after `if` in the relevant language modes. If pattern completion is enabled, the completions also include placeholders for the condition (in the case of `constexpr`) and statement block.