1. c09197e Port getLocEnd -> getEndLoc by Stephen Kelly · 7 years ago
  2. 7c7ea7d [clang-tools-extra] Format sources with clang-format. NFC. by Mandeep Singh Grang · 9 years ago
  3. afad84c [clang-tidy] Cleaning up language options. by Gabor Horvath · 9 years ago
  4. d7f2a35 [clang-tidy] Bugfix for readability-redundant-control-flow check by Kirill Bobyrev · 9 years ago
  5. c3975b7 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. by Aaron Ballman · 10 years ago