[clang] [Clang] Remove unnecessary Decl transform & profiles for SizeOfPackExpr (PR #124533)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 27 04:30:18 PST 2025


================
@@ -720,6 +720,34 @@ template <typename... Ts> struct d {
 template struct c<int>;
 template struct d<int, int>;
 
+namespace Regression_123441 {
----------------
cor3ntin wrote:

```suggestion
namespace GH123441 {
```

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


More information about the cfe-commits mailing list