[clang] add __has_extension(gnu_asm_goto_with_outputs_full)
authorNick Desaulniers <ndesaulniers@google.com>
Fri, 17 Feb 2023 01:56:59 +0000 (17:56 -0800)
committerNick Desaulniers <ndesaulniers@google.com>
Fri, 17 Feb 2023 01:58:35 +0000 (17:58 -0800)
commit54186d33c3a0d4834d2e5f95640b63677f5b5142
tree53e5e0ce496c9f7af84df2a372f45711833a6741
parentaf6656338db365fde6c0b0e53db8f98aa8ed59d4
[clang] add __has_extension(gnu_asm_goto_with_outputs_full)

Also move the line about __has_extension(gnu_asm_goto_with_outputs) so
that it is more generally about asm goto, not the paragraph on symbolic
references.

Reviewed By: efriedma, void

Differential Revision: https://reviews.llvm.org/D143205
clang/docs/LanguageExtensions.rst
clang/include/clang/Basic/Features.def
clang/test/Parser/asm-goto.c