[clang] Add code completion for C++20 keywords. (PR #107982)

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 23 07:59:55 PDT 2024


16bit-ykiko wrote:

> What about `module`, `import` and `export`?

Added, but I am not sure how to test them. Do I need a actual input module file or just use name started with `mod` like `modulexx` to test it.

https://github.com/llvm/llvm-project/pull/107982


More information about the cfe-commits mailing list