Issue 89593
Summary [clang-tidy] bugprone-optional-value-conversion - should ignore unevaluated context
Labels enhancement, clang-tools-extra, clang-tidy
Assignees
Reporter PiotrZSL
    Example:

```
 static auto convert(const std::optional<Input>& input)
  -> custom::Optional<decltype(convert(*input))>
```

Same such go for static assert, noexcept, and so on...
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to