llvm-project/clang/lib/Analysis
Zhongxing Xu adf644d05e Make a bunch of new data structures for the new analysis
engine of the new translation unit. State marshal is there but no real
work is done. End nodes are passed back.

llvm-svn: 109105
2010-07-22 13:52:13 +00:00
..
AnalysisContext.cpp Make a bunch of new data structures for the new analysis 2010-07-22 13:52:13 +00:00
CFG.cpp Make addStmt always add stmt. Delegate other cases to Visit() directly. 2010-06-03 06:43:23 +00:00
CMakeLists.txt Add most of the boilerplate support for scanf format string checking. This includes 2010-07-16 02:11:22 +00:00
FormatString.cpp Move 'hasValidLengthModifier' from PrintfFormatSpecifier to FormatSpecifier. 2010-07-20 20:04:42 +00:00
FormatStringParsing.h Add missing header file. 2010-07-16 02:11:26 +00:00
LiveVariables.cpp Assignments to reference variables shouldn't kill the variable. 2010-06-04 01:14:56 +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 Move 'hasValidLengthModifier' from PrintfFormatSpecifier to FormatSpecifier. 2010-07-20 20:04:42 +00:00
ReachableCode.cpp Move the rest of the unreachable code analysis from libSema 2010-02-23 05:59:20 +00:00
ScanfFormatString.cpp Hookup checking for invalid length modifiers in scanf format strings. 2010-07-20 20:04:47 +00:00
UninitializedValues.cpp [CFG] 2010-03-02 21:43:54 +00:00