.. |
AllocationDiagnostics.cpp
|
[analyzer] Add experimental option "leak-diagnostics-reference-allocation".
|
2013-04-16 21:44:22 +00:00 |
AllocationDiagnostics.h
|
Header guard canonicalization, clang part.
|
2014-08-13 16:25:19 +00:00 |
AnalyzerStatsChecker.cpp
|
[C++11] Use 'nullptr'. StaticAnalyzer edition.
|
2014-05-27 02:45:47 +00:00 |
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
|
[analyzer] Check for code testing a variable for 0 after using it as a denominator.
|
2014-07-10 16:10:52 +00:00 |
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
|
[C++11] Use 'nullptr'. StaticAnalyzer edition.
|
2014-05-27 02:45:47 +00:00 |
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
|
Fix comment type pointed out by Kim Gräsman.
|
2013-05-25 02:22:10 +00:00 |
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
|
[analyzer] IdenticalExpr: don't try to compare integer literals with different widths.
|
2014-08-20 16:51:26 +00:00 |
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
|
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_end() with iterator_range property_impls(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-14 15:02:45 +00:00 |
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
|
[C++11] Use 'nullptr'. StaticAnalyzer edition.
|
2014-05-27 02:45:47 +00:00 |
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 |