hanchenye-llvm-project/clang/lib/StaticAnalyzer/Checkers
Kristof Umann 35fc356fec [analyzer] Drastically simplify the tblgen files used for checkers
Interestingly, only about the quarter of the emitter file is used, the DescFile
entry hasn't ever been touched [1], and the entire concept of groups is a
mystery, so I removed them.

[1] http://lists.llvm.org/pipermail/cfe-dev/2018-October/059664.html

Differential Revision: https://reviews.llvm.org/D53995

llvm-svn: 346680
2018-11-12 17:49:51 +00:00
..
MPI-Checker [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter 2018-09-28 18:49:41 +00:00
RetainCountChecker [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects have to be registered 2018-11-05 03:50:37 +00:00
UninitializedObject [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects have to be registered 2018-11-05 03:50:37 +00:00
AllocationState.h [analyzer] InnerPointerChecker: improve warning messages and notes. 2018-08-10 23:56:57 +00:00
AnalysisOrderChecker.cpp [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects have to be registered 2018-11-05 03:50:37 +00:00
AnalyzerStatsChecker.cpp
ArrayBoundChecker.cpp
ArrayBoundCheckerV2.cpp [analyzer] Remove the redundant check about same state transition in `ArrayBoundCheckerV2.cpp`. 2018-05-30 11:46:45 +00:00
BasicObjCFoundationChecks.cpp [analyzer] Rename trackNullOrUndefValue to trackExpressionValue 2018-10-23 18:24:53 +00:00
BlockInCriticalSectionChecker.cpp
BoolAssignmentChecker.cpp
BuiltinFunctionChecker.cpp
CMakeLists.txt [analyzer][NFC] Fix some incorrect uses of -analyzer-config options 2018-11-02 15:48:10 +00:00
CStringChecker.cpp [analyzer] Rename trackNullOrUndefValue to trackExpressionValue 2018-10-23 18:24:53 +00:00
CStringSyntaxChecker.cpp [CStringSyntaxChecker] Check strlcat sizeof check 2018-09-23 08:30:17 +00:00
CXXSelfAssignmentChecker.cpp [analyzer] [NFC] A convenient getter for getting a current stack frame 2018-06-27 01:51:55 +00:00
CallAndMessageChecker.cpp [analyzer] Rename trackNullOrUndefValue to trackExpressionValue 2018-10-23 18:24:53 +00:00
CastSizeChecker.cpp
CastToStructChecker.cpp Remove redundant casts. NFC 2018-03-01 05:43:23 +00:00
CheckObjCDealloc.cpp [analyzer] NFC: Legalize state manager factory injection. 2018-09-25 22:10:12 +00:00
CheckObjCInstMethSignature.cpp
CheckSecuritySyntaxOnly.cpp Change \t to spaces 2018-07-20 08:19:20 +00:00
CheckSizeofPointer.cpp
CheckerDocumentation.cpp [analyzer] Make checkEndFunction() give access to the return statement. 2018-07-16 20:47:45 +00:00
ChrootChecker.cpp Fix typos in clang 2018-04-06 15:14:32 +00:00
ClangCheckers.cpp [analyzer] Drastically simplify the tblgen files used for checkers 2018-11-12 17:49:51 +00:00
ClangSACheckers.h [analyzer] Drastically simplify the tblgen files used for checkers 2018-11-12 17:49:51 +00:00
CloneChecker.cpp [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects have to be registered 2018-11-05 03:50:37 +00:00
ConversionChecker.cpp
DeadStoresChecker.cpp Create ConstantExpr class 2018-10-31 03:48:47 +00:00
DebugCheckers.cpp
DeleteWithNonVirtualDtorChecker.cpp [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter 2018-09-28 18:49:41 +00:00
DereferenceChecker.cpp [analyzer] Rename trackNullOrUndefValue to trackExpressionValue 2018-10-23 18:24:53 +00:00
DirectIvarAssignment.cpp
DivZeroChecker.cpp [analyzer] Rename trackNullOrUndefValue to trackExpressionValue 2018-10-23 18:24:53 +00:00
DynamicTypeChecker.cpp [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter 2018-09-28 18:49:41 +00:00
DynamicTypePropagation.cpp [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter 2018-09-28 18:49:41 +00:00
ExprInspectionChecker.cpp Move some helpers from the global namespace into anonymous ones. 2018-10-13 22:18:22 +00:00
FixedAddressChecker.cpp
GCDAntipatternChecker.cpp [analyzer] Fix GCDAntipatternChecker to only fire when the semaphore is initialized to zero 2018-07-16 20:32:57 +00:00
GTestChecker.cpp
GenericTaintChecker.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
IdenticalExprChecker.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
InnerPointerChecker.cpp [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter 2018-09-28 18:49:41 +00:00
InterCheckerAPI.h [analyzer] InnerPointerChecker: fix displayed checker name. 2018-08-06 22:03:42 +00:00
IteratorChecker.cpp [Analyzer] Iterator Checker - Part 8: Support for assign, clear, insert, emplace and erase operations 2018-09-10 09:07:47 +00:00
IvarInvalidationChecker.cpp Fix typos in clang 2018-04-06 15:14:32 +00:00
LLVMConventionsChecker.cpp [analyzer] Put llvm.Conventions back in alpha 2018-11-02 16:02:10 +00:00
LocalizationChecker.cpp [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects have to be registered 2018-11-05 03:50:37 +00:00
MacOSKeychainAPIChecker.cpp [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter 2018-09-28 18:49:41 +00:00
MacOSXAPIChecker.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
MallocChecker.cpp [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects have to be registered 2018-11-05 03:50:37 +00:00
MallocOverflowSecurityChecker.cpp
MallocSizeofChecker.cpp
MisusedMovedObjectChecker.cpp [analyzer] Support Reinitializes attribute in MisusedMovedObject check 2018-10-09 07:28:57 +00:00
MmapWriteExecChecker.cpp [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects have to be registered 2018-11-05 03:50:37 +00:00
NSAutoreleasePoolChecker.cpp
NSErrorChecker.cpp [analyzer] [NFC] A convenient getter for getting a current stack frame 2018-06-27 01:51:55 +00:00
NoReturnFunctionChecker.cpp [analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker - try #2 2018-08-21 03:09:02 +00:00
NonNullParamChecker.cpp [analyzer] Rename trackNullOrUndefValue to trackExpressionValue 2018-10-23 18:24:53 +00:00
NonnullGlobalConstantsChecker.cpp Fix typos in clang 2018-04-06 15:14:32 +00:00
NullabilityChecker.cpp [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects have to be registered 2018-11-05 03:50:37 +00:00
NumberObjectConversionChecker.cpp [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects have to be registered 2018-11-05 03:50:37 +00:00
ObjCAtSyncChecker.cpp NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) 2018-10-30 20:31:30 +00:00
ObjCAutoreleaseWriteChecker.cpp [analyzer] Extend ObjCAutoreleaseWriteChecker to catch block declarations with autoreleasing variables 2018-05-16 22:47:05 +00:00
ObjCContainersASTChecker.cpp
ObjCContainersChecker.cpp
ObjCMissingSuperCallChecker.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ObjCPropertyChecker.cpp
ObjCSelfInitChecker.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ObjCSuperDeallocChecker.cpp [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter 2018-09-28 18:49:41 +00:00
ObjCUnusedIVarsChecker.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
PaddingChecker.cpp [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects have to be registered 2018-11-05 03:50:37 +00:00
PointerArithChecker.cpp [analyzer] [PointerArithChecker] do not warn on indexes into vector types 2018-03-07 22:20:39 +00:00
PointerSubChecker.cpp
PthreadLockChecker.cpp
ReturnPointerRangeChecker.cpp
ReturnUndefChecker.cpp [analyzer] Rename trackNullOrUndefValue to trackExpressionValue 2018-10-23 18:24:53 +00:00
RunLoopAutoreleaseLeakChecker.cpp [analyzer] Bugfix for autorelease + main run loop leak checker 2018-07-30 22:18:21 +00:00
SimpleStreamChecker.cpp
StackAddrEscapeChecker.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
StdLibraryFunctionsChecker.cpp
StreamChecker.cpp
TaintTesterChecker.cpp
TestAfterDivZeroChecker.cpp [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter 2018-09-28 18:49:41 +00:00
TraversalChecker.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
TrustNonnullChecker.cpp [analyzer] Do not crash if the assumption added in TrustNonNullChecker is enough to make the state unfeasible 2018-10-03 22:31:09 +00:00
UndefBranchChecker.cpp [analyzer] Rename trackNullOrUndefValue to trackExpressionValue 2018-10-23 18:24:53 +00:00
UndefCapturedBlockVarChecker.cpp
UndefResultChecker.cpp [analyzer] Rename trackNullOrUndefValue to trackExpressionValue 2018-10-23 18:24:53 +00:00
UndefinedArraySubscriptChecker.cpp [analyzer] Rename trackNullOrUndefValue to trackExpressionValue 2018-10-23 18:24:53 +00:00
UndefinedAssignmentChecker.cpp [analyzer] Rename trackNullOrUndefValue to trackExpressionValue 2018-10-23 18:24:53 +00:00
UnixAPIChecker.cpp [analyzer] Rename trackNullOrUndefValue to trackExpressionValue 2018-10-23 18:24:53 +00:00
UnreachableCodeChecker.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
VLASizeChecker.cpp [analyzer] Rename trackNullOrUndefValue to trackExpressionValue 2018-10-23 18:24:53 +00:00
ValistChecker.cpp [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter 2018-09-28 18:49:41 +00:00
VforkChecker.cpp
VirtualCallChecker.cpp [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects have to be registered 2018-11-05 03:50:37 +00:00