[clang-format] Fix a bug in isStartOfName() on macro definitions (#72768)
commitcb3a605c5d453f9c6af8c44f84a11815aed7fe85
authorOwen Pan <owenpiano@gmail.com>
Sun, 19 Nov 2023 23:08:54 +0000 (19 15:08 -0800)
committerGitHub <noreply@github.com>
Sun, 19 Nov 2023 23:08:54 +0000 (19 15:08 -0800)
tree4b75cef5efd4a8a5cbf2304356d31635d6134f27
parent5860d248a780aaef860db3d54184b49fc758c3c1
[clang-format] Fix a bug in isStartOfName() on macro definitions (#72768)

Fixed #72751.
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/TokenAnnotatorTest.cpp