[all-commits] [llvm/llvm-project] d79bb3: [NFC] Add trailing comma on TYPED_TEST_SUITE
Alexandre Rames via All-commits
all-commits at lists.llvm.org
Tue Sep 14 10:00:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d79bb30dbb08910816859ccaae1ca5d04fbd9501
https://github.com/llvm/llvm-project/commit/d79bb30dbb08910816859ccaae1ca5d04fbd9501
Author: Alexandre Rames <arames at apple.com>
Date: 2021-09-14 (Tue, 14 Sep 2021)
Changed paths:
M llvm/unittests/Support/HashBuilderTest.cpp
Log Message:
-----------
[NFC] Add trailing comma 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