[all-commits] [llvm/llvm-project] 24d4f6: [clang-format] Treat && followed by noexcept opera...
luis via All-commits
all-commits at lists.llvm.org
Mon Feb 28 02:55:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 24d4f601aa6dd83b46ca41913452d0771a97d603
https://github.com/llvm/llvm-project/commit/24d4f601aa6dd83b46ca41913452d0771a97d603
Author: Luis Penagos <luis at penagos.co>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Treat && followed by noexcept operator as a binary operator inside template arguments
Fixes https://github.com/llvm/llvm-project/issues/44544.
Reviewed By: curdeius, MyDeveloperDay
Differential Revision: https://reviews.llvm.org/D120445
More information about the All-commits
mailing list