================
@@ -1855,7 +1859,7 @@ class _LIBUNWIND_HIDDEN Registers_arm64 {
   v128        getVectorRegister(int num) const;
   void        setVectorRegister(int num, v128 value);
   static const char *getRegisterName(int num);
-  void        jumpto() { __libunwind_Registers_arm64_jumpto(this); }
+  void jumpto();
----------------
ojhunt wrote:

formatting. I recently suffered through this so I'll make you suffer as well :D 
:D. (it really would be nice if we could get clang-format flags such that this 
is correct.

https://github.com/llvm/llvm-project/pull/160905
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to