[PATCH] D32197: [TySan] A Type Sanitizer (Runtime Library)

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 18:59:11 PDT 2017


hfinkel added inline comments.


================
Comment at: test/tysan/union-wr-wr.c:21
+
+  printf("%dn", u.i);
+}
----------------
kosarev wrote:
> Note the missing slash before `n`.
Indeed. Fixed.


https://reviews.llvm.org/D32197





More information about the llvm-commits mailing list