aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2019-08-30 09:22:24 +0000
committerHans Wennborg <hans@hanshq.net>2019-08-30 09:22:24 +0000
commitff5fb5ee534a281bc0a4cc3a81a59d1733fcec31 (patch)
treec8ccc56b9782302cbce36272e1787ed075c71952
parent49dc4150216b552e1acb1a4abee0b557c51f5632 (diff)
Re-generate {Attribute,ClangCommandLine,Diagnostics}Reference.rst
$ bin/clang-tblgen -gen-diag-docs -I../cfe.src/include \ -I../cfe.src/include/clang/Basic/ \ ../cfe.src/include/clang/Basic/Diagnostic.td -o \ ../cfe.src/docs/DiagnosticsReference.rst && \ bin/clang-tblgen -gen-attr-docs -I../cfe.src/include \ ../cfe.src/include/clang/Basic/Attr.td -o \ ../cfe.src/docs/AttributeReference.rst && \ bin/clang-tblgen -gen-opt-docs -I../cfe.src/include \ -I../cfe.src/include/clang/Driver -I../llvm.src/include \ ../cfe.src/include/clang/Driver/ClangOptionDocs.td -o \ ../cfe.src/docs/ClangCommandLineReference.rst git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_90@370450 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/DiagnosticsReference.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/DiagnosticsReference.rst b/docs/DiagnosticsReference.rst
index 0b62412130..fe0325bed2 100644
--- a/docs/DiagnosticsReference.rst
+++ b/docs/DiagnosticsReference.rst
@@ -6028,6 +6028,17 @@ Some of the diagnostics controlled by this flag are enabled by default.
Controls `-Wincomplete-umbrella`_, `-Wnon-modular-include-in-module`_.
+-Wincomplete-setjmp-declaration
+-------------------------------
+This diagnostic is enabled by default.
+
+**Diagnostic text:**
+
++---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+|:warning:`warning:` |nbsp| :diagtext:`declaration of built-in function '`:placeholder:`A`:diagtext:`' requires the declaration of the 'jmp\_buf' type, commonly provided in the header <setjmp.h>.`|
++---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+
+
-Wincomplete-umbrella
---------------------
This diagnostic is enabled by default.