Daniel Marjamaki
13e45e135f
clang-tidy: improve my test for readability-redundant-declaration
...
llvm-svn: 287550
2016-11-21 16:08:17 +00:00
Daniel Marjamaki
d752c44612
clang-tidy: Attempt to fix build bot failure with mismatching size_t platform type.
...
llvm-svn: 287546
2016-11-21 15:46:40 +00:00
Daniel Marjamaki
ae66045705
readability-redundant-declaration: Fix crash
...
Differential Revision: https://reviews.llvm.org/D26911
llvm-svn: 287540
2016-11-21 14:29:53 +00:00
Daniel Marjamaki
399a50cf35
[clang-tidy] Add check readability-redundant-declaration
...
Finds redundant variable and function declarations.
extern int X;
extern int X; // <- redundant
Differential Revision: https://reviews.llvm.org/D24656
llvm-svn: 285689
2016-11-01 13:26:15 +00:00