This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] When" -fno-exceptions is used", this warning is better to be suppressed.
ClosedPublic

Authored by yawanng on Jun 5 2017, 3:41 PM.

Details

Diff Detail

Event Timeline

yawanng created this revision.Jun 5 2017, 3:41 PM
yawanng edited reviewers, added: aaron.ballman; removed: mgrang.Jun 5 2017, 3:42 PM
yawanng updated this revision to Diff 101471.Jun 5 2017, 3:47 PM

Format changing.

chh edited edge metadata.Jun 5 2017, 3:53 PM

LGTM, leave this to Aaron's approval.

aaron.ballman accepted this revision.Jun 7 2017, 6:38 AM

Aside from a minor suggestion, LGTM!

clang-tidy/cert/StaticObjectExceptionCheck.cpp
26

You can hoist this into the above if statement.

This revision is now accepted and ready to land.Jun 7 2017, 6:38 AM
yawanng updated this revision to Diff 101766.Jun 7 2017, 10:21 AM
yawanng marked an inline comment as done.
yawanng closed this revision.Jun 7 2017, 10:42 AM