This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] llvm-twine-local ignores parameters
ClosedPublic

Authored by njames93 on Jun 21 2020, 2:17 PM.

Details

Summary

Ignore paramater declarations of type ::llvm::Twine, These don't suffer the same use after free risks as local twines.

Diff Detail

Event Timeline

njames93 created this revision.Jun 21 2020, 2:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2020, 2:17 PM
This revision is now accepted and ready to land.Jun 22 2020, 8:07 AM
This revision was automatically updated to reflect the committed changes.