[PATCH] D53869: [NFC][compiler-rt] Cleanup Implicit Conversion Sanitizer tests to use sized types
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 30 11:37:47 PDT 2018
vitalybuka added inline comments.
================
Comment at: test/fuzzer/ImplicitIntegerSignChangeTest.cpp:13
+static volatile uint32_t Sink;
+static volatile int32_t Storage = -1;
----------------
vitalybuka wrote:
> lebedev.ri wrote:
> > 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.
> you can disable it in such tests with
> // clang-format off
> ...
> // clang-format on
>
```
// clang-format off
// clang-format on
```
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D53869
More information about the llvm-commits
mailing list