Remove STL/microsoft-specific CFI blacklist entries

Patch by Vlad Tsyrklevich!

Differential Revision: https://reviews.llvm.org/D35855

llvm-svn: 309617
This commit is contained in:
Peter Collingbourne 2017-07-31 20:39:32 +00:00
parent 228b622b38
commit 36df72b50a
1 changed files with 0 additions and 9 deletions

View File

@ -1,12 +1,3 @@
# Standard library types.
type:std::*
# The stdext namespace contains Microsoft standard library extensions.
type:stdext::*
# Types with a uuid attribute, i.e. COM types.
type:attr:uuid
# STL allocators (T *allocator<T *>::allocate(size_type, const void*)).
# The type signature mandates a cast from uninitialized void* to T*.
# size_type can either be unsigned int (j) or unsigned long (m).