[all-commits] [llvm/llvm-project] 05de4b: Put back the trailing commas on TYPED_TEST_SUITE

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Mon May 17 05:14:56 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 05de4b413930418b60c0dd1e72681b476b50e7fb
      https://github.com/llvm/llvm-project/commit/05de4b413930418b60c0dd1e72681b476b50e7fb
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
    M clang/unittests/StaticAnalyzer/RangeSetTest.cpp
    M flang/unittests/RuntimeGTest/CharacterTest.cpp
    M llvm/unittests/ADT/BitVectorTest.cpp
    M llvm/unittests/ADT/DenseMapTest.cpp
    M llvm/unittests/ADT/DenseSetTest.cpp
    M llvm/unittests/ADT/IListBaseTest.cpp
    M llvm/unittests/ADT/IntrusiveRefCntPtrTest.cpp
    M llvm/unittests/ADT/MapVectorTest.cpp
    M llvm/unittests/ADT/PriorityWorklistTest.cpp
    M llvm/unittests/ADT/RangeAdapterTest.cpp
    M llvm/unittests/ADT/STLForwardCompatTest.cpp
    M llvm/unittests/ADT/SmallVectorTest.cpp
    M llvm/unittests/ADT/TinyPtrVectorTest.cpp
    M llvm/unittests/IR/PatternMatch.cpp
    M llvm/unittests/IR/ValueMapTest.cpp
    M llvm/unittests/Support/MathExtrasTest.cpp
    M llvm/unittests/XRay/FDRProducerConsumerTest.cpp
    M llvm/unittests/XRay/FDRRecordPrinterTest.cpp
    M llvm/unittests/XRay/GraphTest.cpp

  Log Message:
  -----------
  Put back the trailing commas on TYPED_TEST_SUITE

This avoids a -pedantic warning:
warning: ISO C++11 requires at least one argument for the "..." in a variadic macro

See also https://github.com/google/googletest/issues/2271




More information about the All-commits mailing list