aeubanks wrote: I also hit a crash with this, reduced to
```
const int kMaxNumber = 1;
struct Arg {
Arg(int);
};
void PlaceholderBitmask();
void Substitute(Arg) __attribute__((enable_if(PlaceholderBitmask, ""))) {
[] { Substitute(kMaxNumber); };
}
```
https://github.com/llvm/llvm-project/pull/175899
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
