[PATCH] D32197: [TySan] A Type Sanitizer (Runtime Library)
Ivan A. Kosarev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 11 03:23:32 PDT 2017
kosarev added inline comments.
================
Comment at: test/tysan/union-wr-wr.c:21
+
+ printf("%dn", u.i);
+}
----------------
Note the missing slash before `n`.
https://reviews.llvm.org/D32197
More information about the llvm-commits
mailing list