[PATCH] D93985: [format] Add the possibility to align assignments spanning empty lines or comments
Lukas Barth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 3 04:17:33 PST 2021
tinloaf updated this revision to Diff 314276.
tinloaf added a comment.
Fix bogus include of iostream
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93985/new/
https://reviews.llvm.org/D93985
Files:
clang/lib/Format/WhitespaceManager.cpp
Index: clang/lib/Format/WhitespaceManager.cpp
===================================================================
--- clang/lib/Format/WhitespaceManager.cpp
+++ clang/lib/Format/WhitespaceManager.cpp
@@ -13,7 +13,6 @@
#include "WhitespaceManager.h"
#include "llvm/ADT/STLExtras.h"
-#include <iostream>
namespace clang {
namespace format {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93985.314276.patch
Type: text/x-patch
Size: 347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210103/5572eccc/attachment.bin>
More information about the cfe-commits
mailing list