[msan] Make sure that report callbacks do not get merged.
[oota-llvm.git] / lib / Transforms / Instrumentation / BlackList.h
index 73977fc10a641cfad3c1c0ae1382cd42c0a010ba..ee18a985674db390e4ba218b3375e36a082fa8e6 100644 (file)
 //
 // The blacklist disables instrumentation of various functions and global
 // variables.  Each line contains a prefix, followed by a wild card expression.
+// Empty lines and lines starting with "#" are ignored.
 // ---
+// # Blacklisted items:
 // fun:*_ZN4base6subtle*
 // global:*global_with_bad_access_or_initialization*
 // global-init:*global_with_initialization_issues*
+// global-init-type:*Namespace::ClassName*
 // src:file_with_tricky_code.cc
 // ---
 // Note that the wild card is in fact an llvm::Regex, but * is automatically