You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is currently not possible to implement safely. But... with LSP semantic highlighting enabled, LSP could potentially implement the correct semantic highlighting but clangd does not support this at least for the moment.
It will always treat
'
as the beginning or ending of character literals.https://en.cppreference.com/w/cpp/language/integer_literal
The text was updated successfully, but these errors were encountered: