[all-commits] [llvm/llvm-project] cb3a60: [clang-format] Fix a bug in isStartOfName() on mac...
Owen Pan via All-commits
all-commits at lists.llvm.org
Sun Nov 19 15:09:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb3a605c5d453f9c6af8c44f84a11815aed7fe85
https://github.com/llvm/llvm-project/commit/cb3a605c5d453f9c6af8c44f84a11815aed7fe85
Author: Owen Pan <owenpiano at gmail.com>
Date: 2023-11-19 (Sun, 19 Nov 2023)
Changed paths:
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/TokenAnnotatorTest.cpp
Log Message:
-----------
[clang-format] Fix a bug in isStartOfName() on macro definitions (#72768)
Fixed #72751.
More information about the All-commits
mailing list