hanchenye-llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines
Clement Courbet 4d260bf0c7 [clang-tidy] cppcoreguidelines-slicing: display discarded state size in bytes
https://reviews.llvm.org/D27212

llvm-svn: 290340
2016-12-22 14:12:31 +00:00
..
CMakeLists.txt [Clang-tidy] check for malloc, realloc and free calls 2016-12-13 16:38:18 +00:00
CppCoreGuidelinesTidyModule.cpp [Clang-tidy] check for malloc, realloc and free calls 2016-12-13 16:38:18 +00:00
InterfacesGlobalInitCheck.cpp
InterfacesGlobalInitCheck.h
NoMallocCheck.cpp [Clang-tidy] check for malloc, realloc and free calls 2016-12-13 16:38:18 +00:00
NoMallocCheck.h [Clang-tidy] check for malloc, realloc and free calls 2016-12-13 16:38:18 +00:00
ProBoundsArrayToPointerDecayCheck.cpp
ProBoundsArrayToPointerDecayCheck.h
ProBoundsConstantArrayIndexCheck.cpp [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
ProBoundsConstantArrayIndexCheck.h
ProBoundsPointerArithmeticCheck.cpp [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
ProBoundsPointerArithmeticCheck.h [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
ProTypeConstCastCheck.cpp
ProTypeConstCastCheck.h
ProTypeCstyleCastCheck.cpp
ProTypeCstyleCastCheck.h
ProTypeMemberInitCheck.cpp modernize-use-auto NFC fixes 2016-12-14 15:29:23 +00:00
ProTypeMemberInitCheck.h
ProTypeReinterpretCastCheck.cpp
ProTypeReinterpretCastCheck.h
ProTypeStaticCastDowncastCheck.cpp [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
ProTypeStaticCastDowncastCheck.h [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
ProTypeUnionAccessCheck.cpp [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
ProTypeUnionAccessCheck.h [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
ProTypeVarargCheck.cpp [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
ProTypeVarargCheck.h
SlicingCheck.cpp [clang-tidy] cppcoreguidelines-slicing: display discarded state size in bytes 2016-12-22 14:12:31 +00:00
SlicingCheck.h
SpecialMemberFunctionsCheck.cpp modernize-use-auto NFC fixes 2016-12-14 15:29:23 +00:00
SpecialMemberFunctionsCheck.h [clang-tidy] Don't use a SmallSetVector of an enum. 2016-10-21 20:13:39 +00:00