NoQ added a comment. > `note()`
Of course i mean something like this:
std::string text = note();
if (!text.empty())
return text;
(and return something like `""` on the other return path in the inner lambdas).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70725/new/
https://reviews.llvm.org/D70725
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
