Skip to content
Commit c3975b7d authored by Aaron Ballman's avatar Aaron Ballman
Browse files

Add a new check, readability-redundant-control-flow, that check for some forms...

Add a new check, readability-redundant-control-flow, that check for some forms of redundant control flow statements. Currently checks for return statements at the end of a function with a void return type and continue statements at the end of looping statements.

Patch by Richard Thomson.

llvm-svn: 259362
parent a0520370
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment