hanchenye-llvm-project/clang/lib/Analysis
DeLesley Hutchins f5cf7903d9 Thread-safety analysis: fix handling of LOCK_RETURNED attribute so that the
latest definition of a function is always used when computing lock expressions.

llvm-svn: 163028
2012-08-31 22:09:53 +00:00
..
AnalysisDeclContext.cpp [analyzer] Don't crash on implicit statements inside initializers. 2012-07-26 20:04:30 +00:00
CFG.cpp Teach CFG that 'if (x & 0)' and 'if (x * 0)' is an unfeasible branch. 2012-08-24 07:42:09 +00:00
CFGReachabilityAnalysis.cpp
CFGStmtMap.cpp
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +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 Remove ScanfArgType and bake that logic into ArgType. 2012-08-07 08:59:46 +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
PostOrderCFGView.cpp
PrintfFormatString.cpp Properly check length modfiers for %n in format strings. 2012-08-07 09:13:19 +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
ScanfFormatString.cpp Properly check length modfiers for %n in format strings. 2012-08-07 09:13:19 +00:00
ThreadSafety.cpp Thread-safety analysis: fix handling of LOCK_RETURNED attribute so that the 2012-08-31 22:09:53 +00:00
UninitializedValues.cpp Simplify UninitializedValues.cpp by removing logic to handle the previous (imprecise) representation 2012-07-19 04:59:05 +00:00