================ @@ -280,6 +280,9 @@ Improvements to Clang's diagnostics - Clang now better preserves the sugared types of pointers to member. - Clang now better preserves the presence of the template keyword with dependent prefixes. +- Clang now respects the current language mode when printing expressions in + diagnsotics. This fixes a bunch of `bool` being printed as `_Bool`, and also ---------------- erichkeane wrote:
```suggestion diagnostics. This fixes a bunch of `bool` being printed as `_Bool`, and also ``` https://github.com/llvm/llvm-project/pull/134693 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits