Issue 107868
Summary [Clang] [CodeComplete] Cannot complete C++20 keywords
Labels clang
Assignees
Reporter 16bit-ykiko
    The issue caught my attention a long time ago, but I don't expected that no one had reported it. The `SemaComplete` won't complete C++20 keywords(concept, co_await, co_return, ...).

if I type `con^`,  `SemaComplete` only returns `const` and `contexpr` as the two candidates, in the namespace context. This can be verified by the `code-complete-at` command. 

example link: https://godbolt.org/z/1M1f4nn8f
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to