Skip to content

Commit bb081fe

Browse files
committed
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 llvm-svn: 370450
1 parent 892dfd7 commit bb081fe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

clang/docs/DiagnosticsReference.rst

+11
Original file line numberDiff line numberDiff line change
@@ -6028,6 +6028,17 @@ Some of the diagnostics controlled by this flag are enabled by default.
60286028
Controls `-Wincomplete-umbrella`_, `-Wnon-modular-include-in-module`_.
60296029

60306030

6031+
-Wincomplete-setjmp-declaration
6032+
-------------------------------
6033+
This diagnostic is enabled by default.
6034+
6035+
**Diagnostic text:**
6036+
6037+
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
6038+
|: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>.`|
6039+
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
6040+
6041+
60316042
-Wincomplete-umbrella
60326043
---------------------
60336044
This diagnostic is enabled by default.

0 commit comments

Comments
 (0)