[PATCH] D57249: [clang-tidy] fix unit tests for dropped _Float16 support in X86

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 25 10:51:06 PST 2019


JonasToth created this revision.
JonasToth added reviewers: aaron.ballman, erichkeane, lebedev.ri.
Herald added subscribers: cfe-commits, kristof.beyls, xazax.hun, javed.absar.

Because _Float16 was disabled for X86 targets the unit-tests started failing.
Extract the pieces for _Float16 and run theses tests under AArch64.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D57249

Files:
  test/clang-tidy/readability-uppercase-literal-suffix-float16.cpp
  test/clang-tidy/readability-uppercase-literal-suffix-floating-point.cpp
  test/clang-tidy/readability-uppercase-literal-suffix-hexadecimal-floating-point.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57249.183576.patch
Type: text/x-patch
Size: 5687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190125/f8a0f033/attachment.bin>


More information about the cfe-commits mailing list