[all-commits] [llvm/llvm-project] 2b3cdd: [ASan][libc++][NFC] refactor vector annotations ar...
Tacet via All-commits
all-commits at lists.llvm.org
Tue Jan 16 23:50:22 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b3cdd69f7fa8f84513390fff06d0a9c28126717
https://github.com/llvm/llvm-project/commit/2b3cdd69f7fa8f84513390fff06d0a9c28126717
Author: Tacet <advenam.tacet at trailofbits.com>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M libcxx/include/vector
Log Message:
-----------
[ASan][libc++][NFC] refactor vector annotations arguments (#78322)
This commit simplifies ASan helper functions in `std::vector` by
removing arguments which can be calculated later.
Short term it improves readability of helper functions in `std::vector`.
Long term it aims to help with a bigger refactor of container
annotations.
More information about the All-commits
mailing list