Revert "[clang-format] Fix AlignConsecutive on PP blocks"
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 17 Oct 2020 17:51:05 +0000 (19:51 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 17 Oct 2020 17:52:51 +0000 (19:52 +0200)
commitb9e789447f14c0330edd22c82746af29e7c3b259
tree41a1a89a252e60153a40eba03f5357e5b9125ef8
parent53e92b4c0efc95c8d9471f44829c86b6c9240ef4
Revert "[clang-format] Fix AlignConsecutive on PP blocks"

This reverts commit b2eb439317576ce718193763c12bff9fccdfc166.

Caused the regression:
https://bugs.llvm.org/show_bug.cgi?id=47589

Reviewed By: MyDeveloperDay

Differential Revision: https://reviews.llvm.org/D89464
clang/lib/Format/FormatToken.h
clang/lib/Format/UnwrappedLineParser.cpp
clang/lib/Format/WhitespaceManager.cpp
clang/unittests/Format/FormatTest.cpp
clang/unittests/Format/FormatTestComments.cpp