[libcxx-commits] [PATCH] D136765: [ASan][libcxx] Annotating std::vector with all allocators

Tacet via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 8 23:53:57 PST 2023


AdvenamTacet updated this revision to Diff 503649.
AdvenamTacet added a comment.

This update tries to solve the problem with MacOS error (cannot test it locally).

It adds `#include <new>` to solve:

> `error: no matching 'operator new' function for non-allocating placement new expression`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136765/new/

https://reviews.llvm.org/D136765

Files:
  libcxx/include/vector
  libcxx/test/libcxx/containers/sequences/vector/asan.pass.cpp
  libcxx/test/libcxx/containers/sequences/vector/no_asan.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136765.503649.patch
Type: text/x-patch
Size: 8845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230309/10c8a54f/attachment.bin>


More information about the libcxx-commits mailing list