diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2025-10-07 14:58:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-07 14:58:36 +0200 |
commit | b717f839a3a3c205f7b254523569cefb9e8c999c (patch) | |
tree | c0ea266a0d7c2ba760fc9c890bfbc477a1043c53 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | f2de174ef9bae18a25671d3a51729bebe1385bb3 (diff) | |
download | llvm-b717f839a3a3c205f7b254523569cefb9e8c999c.zip llvm-b717f839a3a3c205f7b254523569cefb9e8c999c.tar.gz llvm-b717f839a3a3c205f7b254523569cefb9e8c999c.tar.bz2 |
[libc++] Don't use std::allocator inside <any> (#161061)
There isn't much of a reason to use the allocator abstraction facilities
inside `<any>`. We can improve compile times a bit by avoiding them and
using `__libcpp_{,de}allocate` directly. IMO this also significantly
improves readability here.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions