hanchenye-llvm-project/clang/lib/Analysis
Anna Zaks 44dc91b4df [analyzer] add LocationContext::inTopFrame() helper.
llvm-svn: 167351
2012-11-03 02:54:16 +00:00
..
AnalysisDeclContext.cpp [analyzer] add LocationContext::inTopFrame() helper. 2012-11-03 02:54:16 +00:00
BodyFarm.cpp Conditionally use an integral cast for BodyFarm support for OSAtomicCompareAndSwap if the return type is not a boolean. 2012-10-12 00:18:19 +00:00
BodyFarm.h Implement faux-body-synthesis of well-known functions in the static analyzer when 2012-09-21 00:09:11 +00:00
CFG.cpp Fix potential null deference in CFG printer. 2012-10-12 22:56:31 +00:00
CFGReachabilityAnalysis.cpp
CFGStmtMap.cpp
CMakeLists.txt Implement faux-body-synthesis of well-known functions in the static analyzer when 2012-09-21 00:09:11 +00:00
CallGraph.cpp Remove unused private member variables found by clang's new -Wunused-private-field. 2012-06-06 17:32:50 +00:00
CocoaConventions.cpp Add missing cctype includes. 2012-08-10 10:58:18 +00:00
Dominators.cpp
FormatString.cpp Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o. 2012-09-13 02:11:15 +00:00
FormatStringParsing.h
LiveVariables.cpp [analyzer] Teach live variable analyzes that super uses self pointer. 2012-08-14 00:36:20 +00:00
Makefile
ObjCNoReturn.cpp clang/lib/Analysis/ObjCNoReturn.cpp: Fix [-Wnewline-eof] 2012-09-13 05:53:17 +00:00
PostOrderCFGView.cpp
PrintfFormatString.cpp Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). 2012-09-13 02:11:03 +00:00
ProgramPoint.cpp [analyzer] Run remove dead bindings right before leaving a function. 2012-04-20 21:59:08 +00:00
PseudoConstantAnalysis.cpp Drop the ASTContext.h include from Stmt.h and fix up transitive users. 2012-07-04 17:04:04 +00:00
ReachableCode.cpp Dont cast away const needlessly. Found by gcc48 -Wcast-qual. 2012-09-06 15:59:27 +00:00
ScanfFormatString.cpp Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). 2012-09-13 02:11:03 +00:00
ThreadSafety.cpp Thread-safety analysis: allow attributes on constructors to refer to 'this'. 2012-10-05 22:38:19 +00:00
UninitializedValues.cpp Avoid malloc thrashing in the uninitialized value analysis. 2012-09-28 16:44:29 +00:00