[PATCH] D136497: [Clang] support for outputs along indirect edges of asm goto

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 25 09:28:27 PST 2023


efriedma added inline comments.


================
Comment at: clang/docs/LanguageExtensions.rst:1584
+Outputs may be used along any branches from the ``asm goto`` whether the
+branches are taken or not.
 
----------------
Maybe put a note about earlier releases, so people don't get confused if they use newer documentation than their version of clang.

Is there any chance we want a dedicated __has_extension flag?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136497/new/

https://reviews.llvm.org/D136497



More information about the cfe-commits mailing list