[PATCH] D114660: [clang] Fix -Wreturn-type false positive in @try statements

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 28 09:55:25 PST 2021


thakis added a comment.

For future self, related changes I looked at:

https://reviews.llvm.org/rG04c6851cd6053 (made it so that calls don't add edges to try cfg blocks)
https://reviews.llvm.org/rG33979f75a0fd8 (added -Wreturn-type in the first place)
https://reviews.llvm.org/rG0c2ec779cf680d22831de618b32c6aad626c0b89 (moved all this code around)
https://reviews.llvm.org/rG918fe8498dfd7 (moved all this code around again, to its current location)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114660/new/

https://reviews.llvm.org/D114660



More information about the cfe-commits mailing list