[all-commits] [llvm/llvm-project] 8b4d68: [clang-format] Handle builtins in constraint expre...
kuzkry via All-commits
all-commits at lists.llvm.org
Sat Mar 12 13:56:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b4d68bf65ef145333aae82683b5fcee29b38dc2
https://github.com/llvm/llvm-project/commit/8b4d68bf65ef145333aae82683b5fcee29b38dc2
Author: Björn Schäpers <bjoern at hazardy.de>
Date: 2022-03-12 (Sat, 12 Mar 2022)
Changed paths:
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Handle builtins in constraint expression
Fixes https://github.com/llvm/llvm-project/issues/54106
Differential Revision: https://reviews.llvm.org/D120774
Commit: 9106a07f1fcb4bd425a3ef2f9f3e2b68bc1ad916
https://github.com/llvm/llvm-project/commit/9106a07f1fcb4bd425a3ef2f9f3e2b68bc1ad916
Author: Krystian Kuzniarek <krystian.kuzniarek at gmail.com>
Date: 2022-03-12 (Sat, 12 Mar 2022)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/include/clang/Format/Format.h
Log Message:
-----------
[clang-format][docs] Fix incorrect 'clang-format 12' option markers
Introduced by 23a5090c6, some style option markers indicated
'clang-format 12', though their respective options were available in
earlier releases.
Differential Revision: https://reviews.llvm.org/D120631
Compare: https://github.com/llvm/llvm-project/compare/4f320ca4ba15...9106a07f1fcb
More information about the All-commits
mailing list