| Issue | 169939 |
|---|---|
| Summary | Suggest [[clang::lifetimebound]] for function parameters of view type |
| Labels | clang:temporal-safety |
| Assignees | |
| Reporter | usx95 |
```cpp
std::string_view Select(std::string_view a) {
// 'a' can be annotated as lifetimebound
return a;
}
```
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
