[clang] [CLANG][AArch64]Add Neon vectors for mfloat8_t (PR #99865)

via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 14 09:25:32 PDT 2024


================
@@ -3437,8 +3447,8 @@ StringRef BuiltinType::getName(const PrintingPolicy &Policy) const {
   case Id: \
     return #ExtType;
 #include "clang/Basic/OpenCLExtensionTypes.def"
-#define SVE_TYPE(Name, Id, SingletonId) \
-  case Id: \
+#define SVE_TYPE(Name, Id, SingletonId)                                        \
+  case Id:                                                                     \
----------------
CarolineConcatto wrote:

This happens because of clang-format

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


More information about the cfe-commits mailing list