llvm-project/clang/lib/Analysis
Ted Kremenek 1be4a59a11 Teach -Wuninitialized about indirect goto. Fixes PR 9071.
llvm-svn: 124394
2011-01-27 18:51:39 +00:00
..
AnalysisContext.cpp Add AnalysisContext::dumpCFG. 2011-01-16 22:05:23 +00:00
CFG.cpp Change QualType::getTypePtr() to return a const pointer, then change a 2011-01-19 06:33:43 +00:00
CFGStmtMap.cpp Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch 2010-09-16 01:25:47 +00:00
CMakeLists.txt Add initial prototype for implementation of 2011-01-15 02:58:47 +00:00
CocoaConventions.cpp Change QualType::getTypePtr() to return a const pointer, then change a 2011-01-19 06:33:43 +00:00
FormatString.cpp Don't warn when matching %p to nullptr. 2010-11-06 14:58:53 +00:00
FormatStringParsing.h Fix namespace polution. 2010-07-26 21:25:24 +00:00
LiveVariables.cpp Add alternate version of LiveVariables analysis that does not kill liveness at assignments. This 'relaxed' liveness is useful in path sensitive analysis for situations where the resulting extended liveness allows us to find some bugs. 2010-08-27 22:30:10 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
PrintfFormatString.cpp Fix whitespace. 2011-01-27 07:10:08 +00:00
PseudoConstantAnalysis.cpp Start migration of static analyzer to using the 2010-12-16 07:46:53 +00:00
ReachableCode.cpp Remove a kludge from analysis based warnings that used to detect 2011-01-08 06:54:40 +00:00
ScanfFormatString.cpp Revert r109428 "Hoist argument type checking into CheckFormatHandler. This is prep for scanf format" 2010-07-27 04:46:02 +00:00
UninitializedValues.cpp Death to blocks, or at least the word "block" in one particular obnoxiously 2010-10-15 04:57:14 +00:00
UninitializedValuesV2.cpp Teach -Wuninitialized about indirect goto. Fixes PR 9071. 2011-01-27 18:51:39 +00:00