Fix DanglingHandleCheck to handle the final implementation of std::string and std::string_view.
These use a conversion operator instead of a conversion constructor.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D41779
[clang-tidy] Fix DanglingHandleCheck for the correct conversion operation between basic_string and basic_string_view. sbenza on Jan 5 2018, 10:45 AM. Authored by
Details Fix DanglingHandleCheck to handle the final implementation of std::string and std::string_view.
Diff Detail
|