[all-commits] [llvm/llvm-project] 12b558: [libc++][NFC] Inline most of `__vector_base` into ...
Konstantin Varlamov via All-commits
all-commits at lists.llvm.org
Mon Nov 8 00:46:47 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12b55821a578929a7b03448a22c3a678aa649bd5
https://github.com/llvm/llvm-project/commit/12b55821a578929a7b03448a22c3a678aa649bd5
Author: Konstantin Varlamov <varconst at apple.com>
Date: 2021-11-08 (Mon, 08 Nov 2021)
Changed paths:
M libcxx/include/vector
Log Message:
-----------
[libc++][NFC] Inline most of `__vector_base` into `vector`.
`__vector_base` exists for historical reasons and cannot be eliminated
entirely without breaking the ABI. Member variables are left
untouched -- this patch only does changes that clearly cannot affect the
ABI.
Differential Revision: https://reviews.llvm.org/D112976
More information about the All-commits
mailing list