================
@@ -4828,7 +4833,10 @@ void UnwrappedLineParser::readToken(int LevelDifference) 
{
           PPBranchLevel > 0) {
         Line->Level += PPBranchLevel;
       }
-      flushComments(isOnNewLine(*FormatTok));
+
+      if (!UnbracedBodyDepth)
----------------
owenca wrote:

Ditto.

https://github.com/llvm/llvm-project/pull/94776
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to