[all-commits] [llvm/llvm-project] 41b09c: [Clang] omit parentheses in fold expressions with ...
Oleksandr T. via All-commits
all-commits at lists.llvm.org
Mon Oct 7 11:15:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 41b09c5346324fc0fd2642f3df216a246f9fb98b
https://github.com/llvm/llvm-project/commit/41b09c5346324fc0fd2642f3df216a246f9fb98b
Author: Oleksandr T. <oleksandr.tarasiuk at outlook.com>
Date: 2024-10-07 (Mon, 07 Oct 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/AST/Expr.h
M clang/include/clang/AST/Stmt.h
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/TreeTransform.h
M clang/lib/Serialization/ASTReaderStmt.cpp
M clang/lib/Serialization/ASTWriterStmt.cpp
M clang/test/SemaCXX/warn-assignment-condition.cpp
Log Message:
-----------
[Clang] omit parentheses in fold expressions with a single expansion (#110761)
Fixes #101863
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list