[all-commits] [llvm/llvm-project] 90a202: [cpp23] Remove usage of std::aligned_union<> in ll...
Victor Vianna via All-commits
all-commits at lists.llvm.org
Fri Apr 11 13:16:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90a202f2ff241a9f4b11ec625dcc3446cbceb924
https://github.com/llvm/llvm-project/commit/90a202f2ff241a9f4b11ec625dcc3446cbceb924
Author: Victor Vianna <victor.vianna10 at gmail.com>
Date: 2025-04-11 (Fri, 11 Apr 2025)
Changed paths:
M compiler-rt/lib/orc/error.h
M llvm/include/llvm/ADT/TrieRawHashMap.h
Log Message:
-----------
[cpp23] Remove usage of std::aligned_union<> in llvm (#135146)
std::aligned_union<> is deprecated in C++23. See more details in the
linked bug.
Bug: https://crbug.com/388068052
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