[clang] nonblocking/nonallocating attributes: 2nd pass caller/callee analysis (PR #99656)

Doug Wyatt via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 25 15:41:33 PDT 2024


================
@@ -4719,8 +4719,9 @@ class FunctionEffect {
     NonBlocking = 1,
----------------
dougsonos wrote:

Good idea. I was afraid of a lot of fallout but it was actually quite an easy change to get rid of the sentinel value.

https://github.com/llvm/llvm-project/pull/99656


More information about the cfe-commits mailing list