hanchenye-llvm-project/clang/lib/Analysis
Zhongxing Xu 2cd7a78c76 Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch
and discussions with Ted and Jordy.

llvm-svn: 114056
2010-09-16 01:25:47 +00:00
..
AnalysisContext.cpp Add CFG::BuildOptions class to pass in CFG builder options under on parameter. Patch by Marcin Świderski! 2010-09-14 23:41:16 +00:00
CFG.cpp Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch 2010-09-16 01:25:47 +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 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
FormatString.cpp Fix printf format string checking for '%lc' (which expects a wint_t or compatible argument). Fixes PR 7981. 2010-08-24 22:24:51 +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 printf format string checking for '%lc' (which expects a wint_t or compatible argument). Fixes PR 7981. 2010-08-24 22:24:51 +00:00
PseudoConstantAnalysis.cpp Add missing null checks in PseudoConstantAnalysis 2010-08-25 22:46:03 +00:00
ReachableCode.cpp Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch 2010-09-16 01:25:47 +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 GCC didn't care for my attempt at API compatibility, so brute-force everything 2010-08-25 11:45:40 +00:00