MaskRay / ccls

C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
Apache License 2.0
3.73k stars 254 forks source link

Support for C++ 20 coroutine #877

Closed SKTT1Ryze closed 2 years ago

SKTT1Ryze commented 2 years ago

Does ccls support c++ 20 coroutine features such as co_await, co_return keywords?
If it does, how to configure the ccls?
Thanks.

SKTT1Ryze commented 2 years ago

Ccls does, thanks.