================
@@ -8305,7 +8305,7 @@ class DefaultedComparisonAnalyzer
       //   deleted if [...] C has variant members.
       if (Diagnose == ExplainDeleted) {
         S.Diag(FD->getLocation(), diag::note_defaulted_comparison_union)
-          << FD << RD->isUnion() << RD;
+            << FD << RD->isUnion() << RD;
----------------
ojhunt wrote:

I know this is a style correction, but you're not changing anything other than 
the formatting so drop this change (it prevents noise in git blame/log)

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

Reply via email to