The regular expression to match STL allocators can't easily account for
C++ mangling compression and fails to match some valid instances of STL
allocators. Perform this logic in clang instead.
Motivated by crbug.com/751385.
Differential D36291
CFI: Move STL allocator blacklist to clang vlad.tsyrklevich on Aug 3 2017, 4:07 PM. Authored by
Details The regular expression to match STL allocators can't easily account for Motivated by crbug.com/751385.
Diff Detail
|