[clang] [ClangFormat] Fix indent in child lines within a macro argument. (PR #82523)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 23 00:24:31 PST 2024


================
@@ -19,6 +19,7 @@
 #include "clang/Basic/TokenKinds.h"
 #include "llvm/ADT/DenseSet.h"
 #include "llvm/Support/Debug.h"
+#include <algorithm>
----------------
owenca wrote:

Not needed explicitly.

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


More information about the cfe-commits mailing list