[PATCH] D81865: [clang] Use string tables for static diagnostic descriptions
Benjamin Kramer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 27 08:18:46 PDT 2020
bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.
Nice, those relocations have annoyed me for years. I'm worried about whether the way you're accessing StaticDiagInfoDescriptionStringTable might be undefined behavior. I won't block this change on that though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81865/new/
https://reviews.llvm.org/D81865
More information about the cfe-commits
mailing list