[all-commits] [llvm/llvm-project] 980319: [libc++][NFC] Fix unparenthesized comma expression...
Krystian Stasiowski via All-commits
all-commits at lists.llvm.org
Mon Apr 22 07:15:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9803196849bd9c473aba7ead03da9aee5591f373
https://github.com/llvm/llvm-project/commit/9803196849bd9c473aba7ead03da9aee5591f373
Author: Krystian Stasiowski <sdkrystian at gmail.com>
Date: 2024-04-22 (Mon, 22 Apr 2024)
Changed paths:
M libcxx/test/support/invocable_with_telemetry.h
Log Message:
-----------
[libc++][NFC] Fix unparenthesized comma expression in mem-initializer (#89605)
#84050 resolves class member access expressions naming members of the
current instantiation prior to instantiation. In testing, it has
revealed a mem-initializer in the move constructor of
`invocable_with_telemetry` that uses an unparenthesized comma expression
to initialize a non-static data member of pointer type. This patch fixes it.
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