Page MenuHomePhabricator

[clang-tidy] Multiple fixes to bugprone-exception-escape
Needs ReviewPublic

Authored by PiotrZSL on Sun, Mar 12, 4:09 AM.

Details

Summary

Diff Detail

Event Timeline

PiotrZSL created this revision.Sun, Mar 12, 4:09 AM
Herald added a project: Restricted Project. · View Herald Transcript
PiotrZSL requested review of this revision.Sun, Mar 12, 4:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptSun, Mar 12, 4:09 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
Eugene.Zelenko added inline comments.
clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.cpp
491–495

Please don't use auto unless type is explicitly stated in same statement or iterator.

514–517

Ditto.

clang-tools-extra/docs/ReleaseNotes.rst
217

Please keep alphabetical order (by check name) in this section.

PiotrZSL marked 3 inline comments as done.Sun, Mar 12, 8:45 AM
PiotrZSL updated this revision to Diff 504444.Sun, Mar 12, 8:48 AM

Review fixes

PiotrZSL updated this revision to Diff 504448.Sun, Mar 12, 8:53 AM

Update documentation

This change obsoletes D115118 and D134588.