googleapis / googleapis/cpp-bigquery-odbc
Inline error message after llvm version is updated
Open
priority: p2
type: bug
- Dominant language
- C++
- Stars
- 5
- Forks
- 6
- Avg merge
- 8d 7h
- Merged PRs (30d)
- 12
Description
clang-check complains about the line `throw std::runtime_error(status_record_->message);`
The source is the bug in llvm-project https://github.com/llvm/llvm-project/issues/57959.
It was fixed https://github.com/llvm/llvm-project/pull/71650, but there was no release since then.
Once there is a new release and we update the version, we can update `status_record_or.h` file.
Contributor guide
Assessment
This issue has not been assessed yet.