Author: hans Date: Fri Aug 30 02:22:24 2019 New Revision: 370450 URL: http://llvm.org/viewvc/llvm-project?rev=370450&view=rev Log: 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 Modified: cfe/branches/release_90/docs/DiagnosticsReference.rst Modified: cfe/branches/release_90/docs/DiagnosticsReference.rst URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_90/docs/DiagnosticsReference.rst?rev=370450&r1=370449&r2=370450&view=diff ============================================================================== --- cfe/branches/release_90/docs/DiagnosticsReference.rst (original) +++ cfe/branches/release_90/docs/DiagnosticsReference.rst Fri Aug 30 02:22:24 2019 @@ -6028,6 +6028,17 @@ Some of the diagnostics controlled by th 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. _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits