[clang] [clang][Diagnostics] Highlight code snippets (PR #66514)

via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 2 06:53:21 PST 2024


bgra8 wrote:

Great find @eaeltsin !
Actually it is clear `BuffStart` and `BuffEnd` are derived from `BuffData`. We should just use `BuffData` in that call and all should be fine!

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


More information about the cfe-commits mailing list