Skip to content

Commit 29e49e1

Browse files
committed
add FIXME
1 parent 3601ae8 commit 29e49e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Sema/warn-lifetime-analysis-nocfg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ const char* foo() {
870870
StatusOr<StatusOr<std::string_view>> s3;
871871
return s3.value()->value()->data();
872872

873-
// would be nice to support the nested cases.
873+
// FIXME: nested cases are not supported now.
874874
StatusOr<StatusOr<std::string>> s4;
875875
return s4.value()->value()->data();
876876
}

0 commit comments

Comments
 (0)