summaryrefslogtreecommitdiffstats
path: root/runtime/vtables_blacklist.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/vtables_blacklist.txt')
-rw-r--r--runtime/vtables_blacklist.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/vtables_blacklist.txt b/runtime/vtables_blacklist.txt
new file mode 100644
index 0000000000..f2016428d8
--- /dev/null
+++ b/runtime/vtables_blacklist.txt
@@ -0,0 +1,8 @@
+# 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