[clang-format] Adjust editor cursor position past #include blocks
authorowenca <owenpiano@gmail.com>
Tue, 26 Apr 2022 13:47:36 +0000 (06:47 -0700)
committerowenca <owenpiano@gmail.com>
Wed, 27 Apr 2022 21:26:23 +0000 (14:26 -0700)
commitdb57acff264796c6c43214e731dbfcf97ff5f6af
tree285754e4deb4d02cf7376fc1802d831b2e311236
parent727c590fe955409fa59d89657b5f7e42d38326e2
[clang-format] Adjust editor cursor position past #include blocks

Fixes #55027.

Differential Revision: https://reviews.llvm.org/D124452
clang/lib/Format/Format.cpp
clang/unittests/Format/SortIncludesTest.cpp