RE: [clang] 398cddf - [clang-format] Fix assertion that doesn't hold under fuzzing.

2023-02-27 Thread Yaghmour, Shafik via cfe-commits
Should that have been an "else if" and not just an "if" otherwise clang-format should be applied. -Original Message- From: cfe-commits On Behalf Of Manuel Klimek via cfe-commits Sent: Monday, February 27, 2023 2:51 AM To: cfe-commits@lists.llvm.org Subject: [clang] 398cddf -

RE: [clang] 73b62f8 - Fix parsing of comma fold-expressions as the operand of a C-style cast.

2022-08-04 Thread Yaghmour, Shafik via cfe-commits
Richard, it looks like this will also fix: https://github.com/llvm/llvm-project/issues/56864 -Original Message- From: cfe-commits On Behalf Of Richard Smith via cfe-commits Sent: Thursday, August 4, 2022 5:08 PM To: cfe-commits@lists.llvm.org Subject: [clang] 73b62f8 - Fix parsing of