[PATCH] D53869: [NFC][compiler-rt] Cleanup Implicit Conversion Sanitizer tests to use sized types

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 30 11:27:37 PDT 2018


lebedev.ri added inline comments.


================
Comment at: test/fuzzer/ImplicitIntegerSignChangeTest.cpp:13
+static volatile uint32_t Sink;
+static volatile  int32_t Storage = -1;
 
----------------
vitalybuka wrote:
> Could you please clang format it with something like
> git clang-format -f --style=file --extensions=inc,cc,h,c,cpp  HEAD^
That completely messes up all the check-lines here.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D53869





More information about the llvm-commits mailing list