[clang] [Clang][Diagnostics] Update select uses in DiagnosticXKinds.td to use enum_select (PR #130868)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 19 06:13:49 PDT 2025
================
@@ -71,721 +71,704 @@
using namespace clang;
using llvm::APFixedPoint;
+using llvm::APFloat;
----------------
erichkeane wrote:
DEFINITELY looks like you clang-formatted this entire file. Please don't! I can't see what the changes you made here were.
https://github.com/llvm/llvm-project/pull/130868
More information about the cfe-commits
mailing list