[all-commits] [llvm/llvm-project] 70d7ea: [clang-format] Handle goto labels preceded by C++1...
Owen via All-commits
all-commits at lists.llvm.org
Wed Aug 2 22:49:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 70d7ea0cebcf363cd0ddcfb76375fb5fada87dd5
https://github.com/llvm/llvm-project/commit/70d7ea0cebcf363cd0ddcfb76375fb5fada87dd5
Author: Owen Pan <owenpiano at gmail.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Handle goto labels preceded by C++11 attributes
Fixes #64229.
Differential Revision: https://reviews.llvm.org/D156655
More information about the All-commits
mailing list