[clang] [C] Add -Wtentative-definition-compat (PR #137967)

via cfe-commits cfe-commits at lists.llvm.org
Tue May 13 05:13:29 PDT 2025


asmok-g wrote:

Or even simpler:
```
extern const int x;
const int x = 0;
```

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


More information about the cfe-commits mailing list