firewave wrote:

I wonder if this should also detect the `str.compare("marker", 0, 6) == 0` 
pattern. There is possibly some kind of pattern involving `std::equal()` as 
well. Could as well be a different check though.

Not sure if it would have a performance impact to use `starts_with()` instead 
though.

https://github.com/llvm/llvm-project/pull/72385
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to