================ @@ -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:
Is the "not" meant to be there? ```suggestion /// Assume that all resources are bound ``` https://github.com/llvm/llvm-project/pull/173411 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
