using CodePoint = uint32_t;
CodePoint cp;
casic_string<CodePoint> s;
s += cp;
See PR27723. (https://bugs.llvm.org/show_bug.cgi?id=27723)
Differential D58606
[clang-tidy] misc-string-integer-assignment: fix false positive courbet on Feb 25 2019, 4:27 AM. Authored by
Details using CodePoint = uint32_t; See PR27723. (https://bugs.llvm.org/show_bug.cgi?id=27723)
Diff Detail
Event TimelineComment Actions LGTM. Comment Actions Thanks !
Yes, PR27723. Done. |