[all-commits] [llvm/llvm-project] 58494c: [clang-format] Make BreakAfterReturnType work with...
Owen via All-commits
all-commits at lists.llvm.org
Wed Jul 14 14:42:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58494c856a15f5b0e886c7baf5d505ac6c05dfe5
https://github.com/llvm/llvm-project/commit/58494c856a15f5b0e886c7baf5d505ac6c05dfe5
Author: owenca <owenpiano at gmail.com>
Date: 2021-07-14 (Wed, 14 Jul 2021)
Changed paths:
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Make BreakAfterReturnType work with K&R C functions
This fixes PR50999.
Differential Revision: https://reviews.llvm.org/D105964
More information about the All-commits
mailing list