When both a DefaultValuedAttr and a successor or variadic region was specified, this would generate invalid C++ declaration. There would be the parameter with a default value, followed by the successors/regions, which don't have a default, which is invalid.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo