Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp | ||
---|---|---|
51 | Remove the whole call instead of returning? |
Paths
| Differential D91601
[clang-tidy] Fix an abseil-redundant-strcat-calls crash on 0-parameter StrCat(). ClosedPublic Authored by hokein on Nov 17 2020, 1:29 AM.
Details
Diff Detail
Event Timelinegribozavr2 added inline comments.
This revision is now accepted and ready to land.Nov 17 2020, 1:52 AM Closed by commit rGaf0d607e7275: [clang-tidy] Fix an abseil-redundant-strcat-calls crash on 0-parameter StrCat(). (authored by hokein). · Explain WhyNov 17 2020, 2:12 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 305708 clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/abseil-redundant-strcat-calls.cpp
|
Remove the whole call instead of returning?