[all-commits] [llvm/llvm-project] fcb673: [clang-format] Support of TableGen identifiers beg...
Hirofumi Nakamura via All-commits
all-commits at lists.llvm.org
Sat Jan 20 04:16:09 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fcb6737f82246c6046526f699c9a82a96f71ab55
https://github.com/llvm/llvm-project/commit/fcb6737f82246c6046526f699c9a82a96f71ab55
Author: Hirofumi Nakamura <k.nakamura.hirofumi at gmail.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M clang/lib/Format/FormatTokenLexer.cpp
M clang/lib/Format/FormatTokenLexer.h
M clang/unittests/Format/TokenAnnotatorTest.cpp
Log Message:
-----------
[clang-format] Support of TableGen identifiers beginning with a number. (#78571)
TableGen allows the identifiers beginning with a number.
This patch add the support of the recognition of such identifiers.
More information about the All-commits
mailing list