You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/numerics/complex.number/complex.transcendentals
Stephan T. Lavavej 939607910d [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.
These typedefs were completely unused.

Fixes D29136.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@294155 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
acos.pass.cpp Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. 10 years ago
acosh.pass.cpp Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. 10 years ago
asin.pass.cpp Remove test for the sign of a NaN - doesn't work on MIPS, not strictly legal. Fixes bug 28936 9 years ago
asinh.pass.cpp Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. 10 years ago
atan.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. 9 years ago
atanh.pass.cpp Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. 10 years ago
cos.pass.cpp Fix unused parameters and variables 9 years ago
cosh.pass.cpp Fix unused parameters and variables 9 years ago
exp.pass.cpp Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. 10 years ago
log.pass.cpp Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. 10 years ago
log10.pass.cpp Fix unused parameters and variables 9 years ago
pow_complex_complex.pass.cpp Fix unused parameters and variables 9 years ago
pow_complex_scalar.pass.cpp Fix unused parameters and variables 9 years ago
pow_scalar_complex.pass.cpp Fix unused parameters and variables 9 years ago
sin.pass.cpp Fix unused parameters and variables 9 years ago
sinh.pass.cpp Fix unused parameters and variables 9 years ago
sqrt.pass.cpp Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. 10 years ago
tan.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. 9 years ago
tanh.pass.cpp Fix unused parameters and variables 9 years ago