..
AnalysisDeclContext.cpp
[C++11] Use 'nullptr'. Analysis edition.
2014-05-20 04:30:07 +00:00
BodyFarm.cpp
[C++11] Use 'nullptr'. Analysis edition.
2014-05-20 04:30:07 +00:00
BodyFarm.h
[analyzer] Tighten up sanity checks on Objective-C property getter synthesis.
2014-01-23 03:59:10 +00:00
CFG.cpp
When looking for temporary dtors while building the CFG, do not walk into
2014-07-27 05:12:49 +00:00
CFGReachabilityAnalysis.cpp
Rework CFG edges to encode potentially unreachable edges, instead of just making them NULL.
2014-02-27 00:24:00 +00:00
CFGStmtMap.cpp
[C++11] Use 'nullptr'. Analysis edition.
2014-05-20 04:30:07 +00:00
CMakeLists.txt
Factoring DataflowWorklist out of LiveVariables and UninitializedValues analyses
2014-07-28 08:47:38 +00:00
CallGraph.cpp
[C++11] Use 'nullptr'. Analysis edition.
2014-05-20 04:30:07 +00:00
CocoaConventions.cpp
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
2013-02-08 22:30:41 +00:00
Consumed.cpp
Move the logic for testing for namespace std into one location. This check can
2014-05-28 02:16:01 +00:00
DataflowWorklist.cpp
Factoring DataflowWorklist out of LiveVariables and UninitializedValues analyses
2014-07-28 08:47:38 +00:00
Dominators.cpp
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
2011-12-20 02:48:34 +00:00
FormatString.cpp
[C++11] Use 'nullptr'. Analysis edition.
2014-05-20 04:30:07 +00:00
FormatStringParsing.h
[C++11] Use 'nullptr'. Analysis edition.
2014-05-20 04:30:07 +00:00
LiveVariables.cpp
Factoring DataflowWorklist out of LiveVariables and UninitializedValues analyses
2014-07-28 08:47:38 +00:00
Makefile
…
ObjCNoReturn.cpp
clang/lib/Analysis/ObjCNoReturn.cpp: Fix [-Wnewline-eof]
2012-09-13 05:53:17 +00:00
PostOrderCFGView.cpp
[C++11] Use 'nullptr'. Analysis edition.
2014-05-20 04:30:07 +00:00
PrintfFormatString.cpp
[C++11] Use 'nullptr'. Analysis edition.
2014-05-20 04:30:07 +00:00
ProgramPoint.cpp
[analyzer] Improved checker naming in CFG dump.
2014-02-17 18:25:34 +00:00
PseudoConstantAnalysis.cpp
[C++11] Use 'nullptr'. Analysis edition.
2014-05-20 04:30:07 +00:00
ReachableCode.cpp
Make dead return statement detection more robust against changes in the CFG.
2014-05-23 17:09:56 +00:00
ScanfFormatString.cpp
[C++11] Use 'nullptr'. Analysis edition.
2014-05-20 04:30:07 +00:00
ThreadSafety.cpp
Thread Safety Analysis: Replace the old and broken SExpr with the new
2014-07-28 15:57:27 +00:00
ThreadSafetyCommon.cpp
Thread Safety Analysis: Replace the old and broken SExpr with the new
2014-07-28 15:57:27 +00:00
ThreadSafetyLogical.cpp
Fix line endings.
2014-05-28 11:19:43 +00:00
ThreadSafetyTIL.cpp
Thread Safety Analysis: Replace the old and broken SExpr with the new
2014-07-28 15:57:27 +00:00
UninitializedValues.cpp
Factoring DataflowWorklist out of LiveVariables and UninitializedValues analyses
2014-07-28 08:47:38 +00:00