[all-commits] [llvm/llvm-project] 25e191: [nfc][clang] Fix test in new-array-init.cpp (#79225)
Alan Zhao via All-commits
all-commits at lists.llvm.org
Tue Jan 23 15:43:02 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25e1916d88ebeef786956b678a4eb9a757e219d9
https://github.com/llvm/llvm-project/commit/25e1916d88ebeef786956b678a4eb9a757e219d9
Author: Alan Zhao <alanzhao1 at users.noreply.github.com>
Date: 2024-01-23 (Tue, 23 Jan 2024)
Changed paths:
M clang/test/CodeGenCXX/new-array-init.cpp
Log Message:
-----------
[nfc][clang] Fix test in new-array-init.cpp (#79225)
This test was originally introduced in
https://github.com/llvm/llvm-project/pull/76976, but it incorrectly
tests braced-list initialization instead of parenthesized
initialization.
More information about the All-commits
mailing list