We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3601ae8 commit 29e49e1Copy full SHA for 29e49e1
clang/test/Sema/warn-lifetime-analysis-nocfg.cpp
@@ -870,7 +870,7 @@ const char* foo() {
870
StatusOr<StatusOr<std::string_view>> s3;
871
return s3.value()->value()->data();
872
873
- // would be nice to support the nested cases.
+ // FIXME: nested cases are not supported now.
874
StatusOr<StatusOr<std::string>> s4;
875
return s4.value()->value()->data();
876
}
0 commit comments