[PATCH] D83509: <rdar://problem/63335596> CrashTracer: clang at clang: llvm::BitstreamWriter::ExitBlock
JF Bastien via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 9 14:26:56 PDT 2020
jfb accepted this revision.
jfb added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/include/clang/Basic/DiagnosticFrontendKinds.td:123
+def warn_fe_serialized_diag_failure_during_finalisation : Warning<
+ "Received warning after diagnostic serialisation teardown was underway: %0">,
+ InGroup<SerializedDiagnostics>;
----------------
```
$ git grep -i "serializ" | wc -l
6053
$ git grep -i "serialis" | wc -l
5
```
**Z** it is 😉
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83509/new/
https://reviews.llvm.org/D83509
More information about the cfe-commits
mailing list