Skip to content

Commit 2144274

Browse files
committed
nit
Created using spr 1.3.4
1 parent 92d4136 commit 2144274

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

clang/unittests/Analysis/FlowSensitive/UncheckedStatusOrAccessModelTestFixture.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4697,7 +4697,6 @@ TEST_P(UncheckedStatusOrAccessModelTest, Lambdas) {
46974697
)cc");
46984698
}
46994699

4700-
// TODO(sgatev): Ensure the following test cases are covered.
47014700
TEST_P(UncheckedStatusOrAccessModelTest, Status) {
47024701
ExpectDiagnosticsFor(R"cc(
47034702
#include "unchecked_statusor_use_test_defs.h"

clang/unittests/Analysis/FlowSensitive/UncheckedStatusOrAccessModelTestFixture.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ class UncheckedStatusOrAccessModelTestExecutor
8585
std::string SourceCode,
8686
UncheckedStatusOrAccessModelTestAliasKind AliasKind) const override {
8787
using namespace ::clang::ast_matchers; // NOLINT: Too many names
88-
// TODO(sgatev): Investigate why we need to specify the operator name to
89-
// avoid matching the lambda destructor here and not in other similar tests.
9088
ExpectDiagnosticsFor(SourceCode,
9189
allOf(hasOverloadedOperatorName("()"),
9290
hasDeclContext(cxxRecordDecl(isLambda()))),

0 commit comments

Comments
 (0)