aboutsummaryrefslogtreecommitdiff
path: root/openmp/docs
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@vrull.eu>2023-01-24 22:12:46 +0100
committerPhilipp Tomsich <philipp.tomsich@vrull.eu>2023-01-24 22:13:44 +0100
commit25b03ae78ff368f77d548fddea327f3b802799f3 (patch)
tree67957ac8257a2e1f484e326d1abd643628b2d116 /openmp/docs
parentd50dacd7c3c2ce489df6ed1ccde71bba390fe5e2 (diff)
downloadllvm-25b03ae78ff368f77d548fddea327f3b802799f3.zip
llvm-25b03ae78ff368f77d548fddea327f3b802799f3.tar.gz
llvm-25b03ae78ff368f77d548fddea327f3b802799f3.tar.bz2
Fix C++11 warnings in RangeSetTest.cpp
This change fixes the following warnings: llvm/clang/unittests/StaticAnalyzer/RangeSetTest.cpp:727:55: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro 727 | TYPED_TEST_SUITE(RangeSetCastToNoopTest, NoopCastTypes); | ^ llvm/clang/unittests/StaticAnalyzer/RangeSetTest.cpp:728:65: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro 728 | TYPED_TEST_SUITE(RangeSetCastToPromotionTest, PromotionCastTypes); | ^ llvm/clang/unittests/StaticAnalyzer/RangeSetTest.cpp:729:67: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro 729 | TYPED_TEST_SUITE(RangeSetCastToTruncationTest, TruncationCastTypes); | ^ llvm/clang/unittests/StaticAnalyzer/RangeSetTest.cpp:730:67: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro 730 | TYPED_TEST_SUITE(RangeSetCastToConversionTest, ConversionCastTypes); | ^ llvm/clang/unittests/StaticAnalyzer/RangeSetTest.cpp:732:46: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro 732 | PromotionConversionCastTypes); | ^ llvm/clang/unittests/StaticAnalyzer/RangeSetTest.cpp:734:47: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro 734 | TruncationConversionCastTypes); | ^ Reviewed By: steakhal Differential Revision: https://reviews.llvm.org/D142439
Diffstat (limited to 'openmp/docs')
0 files changed, 0 insertions, 0 deletions