[ASan] Support comments in ASan/TSan blacklist file as lines starting with #
[oota-llvm.git] / lib / Transforms / Instrumentation / BlackList.h
index 73977fc10a641cfad3c1c0ae1382cd42c0a010ba..f3c05a5058cc952622dfa7f2d05f55ce0dd03fb7 100644 (file)
@@ -12,7 +12,9 @@
 //
 // 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*