erichkeane added inline comments.
================
Comment at: clang/include/clang/Sema/Sema.h:1760
+ // Special builder emitting no diagnostics
+ SemaDiagnosticBuilder(Sema &S) : S(S) {}
SemaDiagnosticBuilder(Kind K, SourceLocation Loc, unsigned DiagID,
----------------
I haven't looked particularly closely, but this doesn't seem right to me.
There is already the 'K_Nop' diagnostic Kind (see the line below), that we
should look at the uses of.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132952/new/
https://reviews.llvm.org/D132952
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits