[PATCH] D58091: Customize warnings for missing built-in type

Brian Cain via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 25 12:52:02 PST 2019


bcain added inline comments.


================
Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:592
+    : Warning<"declaration of built-in function '%0' requires the declaration"
+    " of the 'jmp_buf' type, commonly proived in the header <setjmp.h>.">,
+      InGroup<DiagGroup<"incomplete-setjmp-declaration">>;
----------------
"proived" should be "provided", I think?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58091/new/

https://reviews.llvm.org/D58091





More information about the cfe-commits mailing list