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

via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 25 20:45:12 PDT 2024


================
@@ -2397,6 +2397,1262 @@ class UnsafeBufferUsageReporter : public UnsafeBufferUsageHandler {
 };
 } // namespace
 
+// =============================================================================
----------------
Sirraide wrote:

This pr adds 1250 LOC to this file. Imo, this is enough to warrant putting all of that in a separate file. Maybe `EffectAnalysis.cpp` or sth like that.

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


More information about the cfe-commits mailing list