================ @@ -488,6 +488,9 @@ CODEGENOPT(StaticClosure, 1, 0, Benign) /// Assume that UAVs/SRVs may alias CODEGENOPT(ResMayAlias, 1, 0, Benign) +/// Assume that not all resources are bound ---------------- damyanp wrote:
What do you get if you apply this same logic to ResMayAlias? I think that the convention is to document what it means if the flag is set. https://github.com/llvm/llvm-project/pull/173411 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
