Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Time | Test | |
---|---|---|
400 ms | linux > HWAddressSanitizer-x86_64.TestCases::sizes.cpp |
Event Timeline
llvm/unittests/Frontend/OpenACCTest.cpp | ||
---|---|---|
19 | Since this array is never modified, use a plain old array for this, which doesn't need a static constructor: static const Clause allClauses[] = ... | |
66–71 | This fixup doesn't do anything, you can just used the non-fixup versions ('TEST(..)' instead of TEST_F) | |
219 | std::initializer_list is unusual for non-constructors. Use ArrayRef? |
@Meinersbur Thanks for the review. Just updated the patch.
llvm/unittests/Frontend/OpenACCTest.cpp | ||
---|---|---|
66–71 | Thanks for the tip. |
LGTM.
Sorry for the wait. Phabricator did not send me notifications for the all the updates. Anyone has an idea why?
clang-tidy: warning: invalid case style for variable 'allClauses' [readability-identifier-naming]
not useful