.. |
CMakeLists.txt
|
Revert r253401, "[clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-index"
|
2015-11-18 02:14:35 +00:00 |
CppCoreGuidelinesTidyModule.cpp
|
Revert r253401, "[clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-index"
|
2015-11-18 02:14:35 +00:00 |
Makefile
|
…
|
|
ProBoundsArrayToPointerDecayCheck.cpp
|
Fix bug 25362 "cppcoreguidelines-pro-bounds-array-to-pointer-decay does not consider const"
|
2015-11-17 23:35:39 +00:00 |
ProBoundsArrayToPointerDecayCheck.h
|
Fix bug 25362 "cppcoreguidelines-pro-bounds-array-to-pointer-decay does not consider const"
|
2015-11-17 23:35:39 +00:00 |
ProBoundsPointerArithmeticCheck.cpp
|
[clang-tidy] cppcoreguidelines-pro-bounds-pointer-arithmetic: ignore generated pointer arithmetic
|
2015-11-26 22:32:11 +00:00 |
ProBoundsPointerArithmeticCheck.h
|
[clang-tidy] new check cppcoreguidelines-pro-bounds-pointer-arithmetic
|
2015-10-12 21:53:19 +00:00 |
ProTypeConstCastCheck.cpp
|
Fixing links and reformatting code; NFC.
|
2015-10-07 20:33:36 +00:00 |
ProTypeConstCastCheck.h
|
Fixing links and reformatting code; NFC.
|
2015-10-07 20:33:36 +00:00 |
ProTypeCstyleCastCheck.cpp
|
[clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast
|
2015-11-08 21:10:39 +00:00 |
ProTypeCstyleCastCheck.h
|
[clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast
|
2015-11-08 21:10:39 +00:00 |
ProTypeReinterpretCastCheck.cpp
|
Fixing links and reformatting code; NFC.
|
2015-10-07 20:33:36 +00:00 |
ProTypeReinterpretCastCheck.h
|
Fixing links and reformatting code; NFC.
|
2015-10-07 20:33:36 +00:00 |
ProTypeStaticCastDowncastCheck.cpp
|
[clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
|
2015-10-12 20:46:53 +00:00 |
ProTypeStaticCastDowncastCheck.h
|
[clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
|
2015-10-12 20:46:53 +00:00 |
ProTypeUnionAccessCheck.cpp
|
[clang-tidy] add check cppcoreguidelines-pro-type-union-access
|
2015-10-16 18:46:30 +00:00 |
ProTypeUnionAccessCheck.h
|
[clang-tidy] add check cppcoreguidelines-pro-type-union-access
|
2015-10-16 18:46:30 +00:00 |
ProTypeVarargCheck.cpp
|
[clang-tidy] add check cppcoreguidelines-pro-type-vararg
|
2015-10-21 20:09:02 +00:00 |
ProTypeVarargCheck.h
|
[clang-tidy] add check cppcoreguidelines-pro-type-vararg
|
2015-10-21 20:09:02 +00:00 |