[llvm] [clangd] Support square bracket escaping in Annotations (PR #69379)
Sam McCall via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 17 23:25:54 PDT 2023
sam-mccall wrote:
The usual workaround for this is to use the digraph `<:` in place of `[`. Does this work for your case?
I'd prefer not to add a second escaping mechanism if the existing one does work, maybe we should document it though.
https://github.com/llvm/llvm-project/pull/69379
More information about the llvm-commits
mailing list