llvm-project/clang-tools-extra/clang-tidy/bugprone
Hans Wennborg 02f5511ff4 Revert r347419 "Update call to EvaluateAsInt() to the new syntax."
It's pre-requisite was reverted in r347656.

llvm-svn: 347657
2018-11-27 14:15:37 +00:00
..
ArgumentCommentCheck.cpp [clang-tidy] NFC refactor lexer-utils to be usable without ASTContext 2018-10-05 14:15:19 +00:00
ArgumentCommentCheck.h
AssertSideEffectCheck.cpp
AssertSideEffectCheck.h
BoolPointerImplicitConversionCheck.cpp A bit of AST matcher cleanup, NFC. 2018-11-25 02:41:01 +00:00
BoolPointerImplicitConversionCheck.h
BugproneTidyModule.cpp [clang-tidy] new check: bugprone-too-small-loop-variable 2018-11-12 16:01:39 +00:00
CMakeLists.txt [clang-tidy] new check: bugprone-too-small-loop-variable 2018-11-12 16:01:39 +00:00
CopyConstructorInitCheck.cpp
CopyConstructorInitCheck.h
DanglingHandleCheck.cpp
DanglingHandleCheck.h
ExceptionEscapeCheck.cpp A bit of AST matcher cleanup, NFC. 2018-11-25 02:41:01 +00:00
ExceptionEscapeCheck.h
FoldInitTypeCheck.cpp
FoldInitTypeCheck.h
ForwardDeclarationNamespaceCheck.cpp
ForwardDeclarationNamespaceCheck.h
ForwardingReferenceOverloadCheck.cpp
ForwardingReferenceOverloadCheck.h
InaccurateEraseCheck.cpp
InaccurateEraseCheck.h
IncorrectRoundingsCheck.cpp
IncorrectRoundingsCheck.h
IntegerDivisionCheck.cpp
IntegerDivisionCheck.h
LambdaFunctionNameCheck.cpp [AST] Refactor PredefinedExpr 2018-10-27 19:21:19 +00:00
LambdaFunctionNameCheck.h
MacroParenthesesCheck.cpp
MacroParenthesesCheck.h
MacroRepeatedSideEffectsCheck.cpp
MacroRepeatedSideEffectsCheck.h
MisplacedOperatorInStrlenInAllocCheck.cpp A bit of AST matcher cleanup, NFC. 2018-11-25 02:41:01 +00:00
MisplacedOperatorInStrlenInAllocCheck.h
MisplacedWideningCastCheck.cpp Revert r347419 "Update call to EvaluateAsInt() to the new syntax." 2018-11-27 14:15:37 +00:00
MisplacedWideningCastCheck.h
MoveForwardingReferenceCheck.cpp
MoveForwardingReferenceCheck.h
MultipleStatementMacroCheck.cpp
MultipleStatementMacroCheck.h
ParentVirtualCallCheck.cpp
ParentVirtualCallCheck.h
SizeofContainerCheck.cpp
SizeofContainerCheck.h
SizeofExpressionCheck.cpp
SizeofExpressionCheck.h
StringConstructorCheck.cpp
StringConstructorCheck.h
StringIntegerAssignmentCheck.cpp
StringIntegerAssignmentCheck.h
StringLiteralWithEmbeddedNulCheck.cpp
StringLiteralWithEmbeddedNulCheck.h
SuspiciousEnumUsageCheck.cpp A bit of AST matcher cleanup, NFC. 2018-11-25 02:41:01 +00:00
SuspiciousEnumUsageCheck.h
SuspiciousMemsetUsageCheck.cpp Revert r347419 "Update call to EvaluateAsInt() to the new syntax." 2018-11-27 14:15:37 +00:00
SuspiciousMemsetUsageCheck.h
SuspiciousMissingCommaCheck.cpp
SuspiciousMissingCommaCheck.h
SuspiciousSemicolonCheck.cpp [clang-tidy] NFC refactor lexer-utils to be usable without ASTContext 2018-10-05 14:15:19 +00:00
SuspiciousSemicolonCheck.h
SuspiciousStringCompareCheck.cpp
SuspiciousStringCompareCheck.h
SwappedArgumentsCheck.cpp
SwappedArgumentsCheck.h
TerminatingContinueCheck.cpp
TerminatingContinueCheck.h
ThrowKeywordMissingCheck.cpp
ThrowKeywordMissingCheck.h
TooSmallLoopVariableCheck.cpp [clang-tidy] new check: bugprone-too-small-loop-variable 2018-11-12 16:01:39 +00:00
TooSmallLoopVariableCheck.h [clang-tidy] new check: bugprone-too-small-loop-variable 2018-11-12 16:01:39 +00:00
UndefinedMemoryManipulationCheck.cpp
UndefinedMemoryManipulationCheck.h
UndelegatedConstructorCheck.cpp
UndelegatedConstructorCheck.h
UnusedRaiiCheck.cpp
UnusedRaiiCheck.h
UnusedReturnValueCheck.cpp
UnusedReturnValueCheck.h
UseAfterMoveCheck.cpp A bit of AST matcher cleanup, NFC. 2018-11-25 02:41:01 +00:00
UseAfterMoveCheck.h
VirtualNearMissCheck.cpp
VirtualNearMissCheck.h