Eugene Zelenko
|
8e8fa78821
|
[Clang-tidy] Fix some checks documentation style.
Differential revision: https://reviews.llvm.org/D23894
llvm-svn: 279846
|
2016-08-26 17:46:51 +00:00 |
Kirill Bobyrev
|
11cea45cce
|
[clang-tidy] remove trailing whitespaces and retab
llvm-svn: 277340
|
2016-08-01 12:06:18 +00:00 |
Clement Courbet
|
22c9e93147
|
Revert "Revert "[clang-tidy] new cppcoreguidelines-slicing""
Second try for r276408
llvm-svn: 276415
|
2016-07-22 13:45:00 +00:00 |
Clement Courbet
|
bd7aa358f0
|
Revert "[clang-tidy] new cppcoreguidelines-slicing"
Tests fail on clang-x64-ninja-win7 due to too narrow expectation.
llvm-svn: 276413
|
2016-07-22 13:33:51 +00:00 |
Clement Courbet
|
f67fbfaa8c
|
[clang-tidy] new cppcoreguidelines-slicing
Flags slicing of member variables or vtable. See:
https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#es63-dont-slice
https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#c145-access-polymorphic-objects-through-pointers-and-references
Differential revision:
http://reviews.llvm.org/D21974
llvm-svn: 276408
|
2016-07-22 12:42:19 +00:00 |