[cfe-dev] Invalid Use Diagnostic

Bill Wendling via cfe-dev cfe-dev at lists.llvm.org
Fri Sep 27 13:42:08 PDT 2019


I'm currently working on asm goto with return values. For the first
iteration, I want to limit the use of return values to the "normal" path.
Therefore, I would like to issue a diagnostic if the use is in the
"abnormal" path that doesn't first go through the "normal" code. I'm not
very familiar with how clang determines such things. How can this be done?

-bw
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20190927/191b0f39/attachment.html>


More information about the cfe-dev mailing list