[clang] [clang-format] Support of TableGen value annotations. (PR #80299)
Hirofumi Nakamura via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 6 05:01:05 PST 2024
================
@@ -256,6 +256,18 @@ class AnnotatingParser {
}
}
}
+ if (Style.isTableGen()) {
+ if (CurrentToken->isOneOf(tok::comma, tok::equal)) {
+ // They appears as a separator. Unless it is not in class definition.
----------------
hnakamura5 wrote:
Changed this sentence.
https://github.com/llvm/llvm-project/pull/80299
More information about the cfe-commits
mailing list