Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new check, readability-redundant-control-flow, that check for some ↵ | Aaron Ballman | 2016-02-01 | 1 | -0/+99 |
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 |