[PATCH] D126832: [clang][tablegen] adds human documentation to `WarningOption`
Christopher Di Bella via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 1 15:19:38 PDT 2022
cjdb created this revision.
cjdb added a reviewer: aaron.ballman.
Herald added subscribers: usaxena95, arphaman.
Herald added a project: All.
cjdb requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Building on D126796 <https://reviews.llvm.org/D126796>, this commit adds the infrastructure for being able
to print out descriptions of what each warning does.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D126832
Files:
clang/include/clang/Basic/DiagnosticCategories.h
clang/include/clang/Basic/DiagnosticIDs.h
clang/lib/Basic/DiagnosticIDs.cpp
clang/tools/diagtool/DiagnosticNames.cpp
clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126832.433572.patch
Type: text/x-patch
Size: 4149 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220601/41488deb/attachment.bin>
More information about the cfe-commits
mailing list