This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Fix an unused-raii check crash on objective-c++.
ClosedPublic

Authored by hokein on Jul 7 2020, 4:10 AM.

Diff Detail

Event Timeline

hokein created this revision.Jul 7 2020, 4:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 7 2020, 4:10 AM
Herald added a subscriber: xazax.hun. · View Herald Transcript
gribozavr2 accepted this revision.Jul 7 2020, 4:15 AM
gribozavr2 added inline comments.
clang-tools-extra/test/clang-tidy/checkers/bugprone-unused-raii-crash.mm
4

Foo => CxxClass
ABC => ObjcClass

This revision is now accepted and ready to land.Jul 7 2020, 4:15 AM
hokein updated this revision to Diff 275994.Jul 7 2020, 4:35 AM
hokein marked an inline comment as done.

fix names.

This revision was automatically updated to reflect the committed changes.