llvm-svn: 310051
Release notes checks order and consistent Clang-tidy readability-redundant-declaration description. llvm-svn: 285778
Finds redundant variable and function declarations. extern int X; extern int X; // <- redundant Differential Revision: https://reviews.llvm.org/D24656 llvm-svn: 285689