================ @@ -486,6 +486,7 @@ Bug Fixes to Attribute Support - Fixes crashes or missing diagnostics with the `device_kernel` attribute. (#GH161905) - Fix handling of parameter indexes when an attribute is applied to a C++23 explicit object member function. - Fixed several false positives and false negatives in function effect (`nonblocking`) analysis. (#GH166078) (#GH166101) (#GH166110) +- Fix ``cleanup`` attribute by delaying type checks after the type is deduced. (#GH129631) ---------------- AaronBallman wrote:
```suggestion - Fix ``cleanup`` attribute by delaying type checks until after the type is deduced. (#GH129631) ``` https://github.com/llvm/llvm-project/pull/164440 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
