"'" is turned into ''' but should be turned into '\''.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D157436
[clang-tidy] `performance-faster-string-find` generates incorrect fixes for single quote character literals ClosedPublic Authored by fwolff on Aug 8 2023, 1:22 PM.
Details Summary "'" is turned into ''' but should be turned into '\''.
Diff Detail
Event Timelinefwolff marked 2 inline comments as done. This revision is now accepted and ready to land.Aug 8 2023, 2:07 PM This revision was landed with ongoing or failed builds.Aug 8 2023, 4:00 PM Closed by commit rG5b95d17da1f0: [clang-tidy] `performance-faster-string-find` generates incorrect fixes for… (authored by fwolff). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 548387 clang-tools-extra/clang-tidy/performance/FasterStringFindCheck.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/test/clang-tidy/checkers/performance/faster-string-find.cpp
|