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 3c00cff599 [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.
Fix D34536.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@308534 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
acos.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. 8 years ago
acosh.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. 8 years ago
asin.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. 8 years ago
asinh.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. 8 years ago
atan.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. 9 years ago
atanh.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. 8 years ago
cos.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. 8 years ago
cosh.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. 8 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 [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. 8 years ago
sinh.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. 8 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 [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. 8 years ago