Commit 675bf80
authored
[Basic] Remove a redundant std::string::c_str (NFC) (llvm#168015)
defineMacro takes Twine, which can be constructed from
const std::string &.
Identified with readability-redundant-string-cstr.1 parent 9efe517 commit 675bf80
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
0 commit comments