localspook wrote: >The tests currently seems broken; take a look at >https://godbolt.org/z/6bKG3Y8Y3. > > The last warning is line 453, and in actual tests we should have 487 line
And `std::string` only in C++23 (!!): https://en.cppreference.com/w/cpp/string/basic_string/contains.html https://godbolt.org/z/T7TrqT363 https://github.com/llvm/llvm-project/pull/175121 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
