Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2019-08-30 12:22:24 +0300
committerHans Wennborg <hans@hanshq.net>2019-08-30 12:22:24 +0300
commitbb081fe66dbc9e298d6882ebc414c28ae96844ec (patch)
treef90a79a8ff5ba526fef573a0f55adb9e9f2ad64d
parent892dfd7d4e3b9668bcde192a68c358449ffe41f9 (diff)
Re-generate {Attribute,ClangCommandLine,Diagnostics}Reference.rstllvmorg-9.0.0-rc3
$ 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
-rw-r--r--clang/docs/DiagnosticsReference.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/clang/docs/DiagnosticsReference.rst b/clang/docs/DiagnosticsReference.rst
index 0b6241213083..fe0325bed2a7 100644
--- a/clang/docs/DiagnosticsReference.rst
+++ b/clang/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.