[clang-tools-extra] [clang-tidy]fix incorrect auto-fix for the string contains a user-defined suffix (PR #122901)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 14 06:11:45 PST 2025
================
@@ -317,6 +317,10 @@ Changes in existing checks
a false positive when only an implicit conversion happened inside an
initializer list.
+- Improved :doc:`modernize-raw-string-literal
+ <clang-tidy/checks/modernize/raw-string-literal>` check to fix incorrect auto
+ fix when the string contains a user-defined suffix.
----------------
EugeneZelenko wrote:
`fix-it` instead of `auto fix`.
https://github.com/llvm/llvm-project/pull/122901
More information about the cfe-commits
mailing list