[clang] [Clang][Diagnose] New feature: Nested/Indented diagnostic message in sarif mode. (PR #174106)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 1 01:22:56 PST 2026
================
@@ -135,11 +255,11 @@ SARIFDiagnostic::getSarifLocation(FullSourceLoc Loc, PresumedLoc PLoc,
if (BInfo.first != CaretFileID || EInfo.first != CaretFileID)
continue;
- // Add in the length of the token, so that we cover multi-char
+ // add in the length of the token, so that we cover multi-char
----------------
anonymouspc wrote:
Ok.
https://github.com/llvm/llvm-project/pull/174106
More information about the cfe-commits
mailing list