hanchenye-llvm-project/clang/lib/StaticAnalyzer/Checkers
Aaron Ballman 8d3a7a56a9 Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC.
llvm-svn: 240400
2015-06-23 13:15:32 +00:00
..
AllocationDiagnostics.cpp
AllocationDiagnostics.h
AnalyzerStatsChecker.cpp
ArrayBoundChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
ArrayBoundCheckerV2.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
BasicObjCFoundationChecks.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
BoolAssignmentChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
BuiltinFunctionChecker.cpp Teach the analyzer that __builtin_assume_aligned returns its first argument. 2014-09-09 21:42:16 +00:00
CMakeLists.txt
CStringChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
CStringSyntaxChecker.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
CallAndMessageChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
CastSizeChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
CastToStructChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
CheckObjCDealloc.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
CheckObjCInstMethSignature.cpp
CheckSecuritySyntaxOnly.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
CheckSizeofPointer.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
CheckerDocumentation.cpp
Checkers.td [analyzer] Individual configuration options can be specified for checkers. 2015-03-04 17:59:34 +00:00
ChrootChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
ClangCheckers.cpp
ClangSACheckers.h Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
DeadStoresChecker.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
DebugCheckers.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
DereferenceChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
DirectIvarAssignment.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
DivZeroChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
DynamicTypePropagation.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
ExprInspectionChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
FixedAddressChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
GenericTaintChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
IdenticalExprChecker.cpp
InterCheckerAPI.h Add a missing forward def of CheckerManager. NFC. 2015-04-17 17:00:16 +00:00
IvarInvalidationChecker.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
LLVMConventionsChecker.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
MacOSKeychainAPIChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
MacOSXAPIChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
Makefile
MallocChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
MallocOverflowSecurityChecker.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
MallocSizeofChecker.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
NSAutoreleasePoolChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
NSErrorChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
NoReturnFunctionChecker.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
NonNullParamChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
ObjCAtSyncChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
ObjCContainersASTChecker.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
ObjCContainersChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
ObjCMissingSuperCallChecker.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
ObjCSelfInitChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
ObjCUnusedIVarsChecker.cpp
PointerArithChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
PointerSubChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
PthreadLockChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
RetainCountChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
ReturnPointerRangeChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
ReturnUndefChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
SelectorExtras.h Use the new LLVM_END_WITH_NULL name 2014-11-04 01:13:43 +00:00
SimpleStreamChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
StackAddrEscapeChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
StreamChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
TaintTesterChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
TestAfterDivZeroChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
TraversalChecker.cpp
UndefBranchChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
UndefCapturedBlockVarChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
UndefResultChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
UndefinedArraySubscriptChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
UndefinedAssignmentChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
UnixAPIChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
UnreachableCodeChecker.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
VLASizeChecker.cpp Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 2015-06-23 13:15:32 +00:00
VirtualCallChecker.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00