[PATCH] Supporting function-try-blocks for -Wreturn-type

Aaron Ballman aaron at aaronballman.com
Wed Oct 22 13:29:27 PDT 2014


Currently, function try blocks are not analyzed to determine whether
all control paths return a value. This patch addresses that, and adds
test cases for it. This appears to be a relatively simple change
required to support this.

~Aaron



More information about the cfe-commits mailing list