[clang] [clang-format] Fix bad comment indentation before ifdef after braceless if (PR #94776)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 7 12:39:58 PDT 2024


================
@@ -338,6 +338,9 @@ class UnwrappedLineParser {
   // `decltype(auto)`.
   bool IsDecltypeAutoFunction = false;
 
+
+  int UnBracedBodyDepth = 0;
----------------
HazardyKnusperkeks wrote:

Could you add some documentation?

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


More information about the cfe-commits mailing list