diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2021-08-12 20:07:05 +0200 |
---|---|---|
committer | Dmitry Vyukov <dvyukov@google.com> | 2021-08-13 13:44:21 +0200 |
commit | 2a63edd64fc102c96ed8fe3b9c3acf7f684fe6f2 (patch) | |
tree | 45633b9303a8868983b7b62f2dcfa0f5dd1089c4 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 036f963083f0416a15ada2120dec8abd9177a8af (diff) | |
download | llvm-2a63edd64fc102c96ed8fe3b9c3acf7f684fe6f2.zip llvm-2a63edd64fc102c96ed8fe3b9c3acf7f684fe6f2.tar.gz llvm-2a63edd64fc102c96ed8fe3b9c3acf7f684fe6f2.tar.bz2 |
Revert "sanitizer_common: support printing __m128i type"
This reverts commits
"sanitizer_common: support printing __m128i type"
and "[sanitizer] Fix VSNPrintf %V on Windows".
Unfortunately, custom "%V" is inherently incompatible with -Wformat,
it produces both:
warning: invalid conversion specifier 'V' [-Wformat-invalid-specifier]
warning: data argument not used by format string [-Wformat-extra-args]
If we disable both of these warnings we lose lots of useful warnings as well.
Depends on D107978.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D107979
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions