================
@@ -636,6 +637,8 @@ static unsigned AlignTokens(const FormatStyle &Style, F 
&&Matches,
       case AlignStrategy::Macro:
       case AlignStrategy::Normal:
         return {true, false};
+      default:
+        llvm_unreachable("Unhandled AlignStrategy");
----------------
owenca wrote:

Delete.

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

Reply via email to