[all-commits] [llvm/llvm-project] 767aee: [clang-format] Don't annotate left brace of struct...
Owen via All-commits
all-commits at lists.llvm.org
Mon Mar 27 14:07:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 767aee1de9e98256a62ae8b4c2f84381203613c3
https://github.com/llvm/llvm-project/commit/767aee1de9e98256a62ae8b4c2f84381203613c3
Author: Owen Pan <owenpiano at gmail.com>
Date: 2023-03-27 (Mon, 27 Mar 2023)
Changed paths:
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/unittests/Format/FormatTest.cpp
M clang/unittests/Format/TokenAnnotatorTest.cpp
Log Message:
-----------
[clang-format] Don't annotate left brace of struct as FunctionLBrace
Related to a02c3af9f19d. Fixes #61700.
Differential Revision: https://reviews.llvm.org/D146895
More information about the All-commits
mailing list