report_fatal_error is overloaded on StringRef and Twine &, therefore passing a std::string argument leads to ambiguity as it is convertible to either type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Basic/SanitizerSpecialCaseList.cpp | ||
---|---|---|
36 | Please omit 'llvm::' on StringRef if it works like that (it should). |
Please omit 'llvm::' on StringRef if it works like that (it should).