[clang-format] Fix a bug in aligning comments above PPDirective (#72791)
commit5860d248a780aaef860db3d54184b49fc758c3c1
authorOwen Pan <owenpiano@gmail.com>
Sun, 19 Nov 2023 22:59:53 +0000 (19 14:59 -0800)
committerGitHub <noreply@github.com>
Sun, 19 Nov 2023 22:59:53 +0000 (19 14:59 -0800)
tree90b33ddc9ffb43c746afff274307d69bbc19f403
parente16a8344d0efa33caddc147f9b316ba4734c99ff
[clang-format] Fix a bug in aligning comments above PPDirective (#72791)

Fixed #72785.
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTestComments.cpp