llvm-project/clang/lib/Analysis
Aaron Ballman b00885898e Adding const-qualifiers to auto declarations. NFC.
llvm-svn: 215704
2014-08-15 12:29:39 +00:00
..
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 Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CFG.cpp clangAnalysis: Avoid member initializers in TempDtorContext to appease msc17. 2014-08-08 09:51:07 +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 Use the proper post-order traversal in LiveVariables analysis, 2014-08-14 16:04:47 +00:00
DataflowWorklist.cpp Use the proper post-order traversal in LiveVariables analysis, 2014-08-14 16:04:47 +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 Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
LiveVariables.cpp Use the proper post-order traversal in LiveVariables analysis, 2014-08-14 16:04:47 +00:00
Makefile
ObjCNoReturn.cpp clang/lib/Analysis/ObjCNoReturn.cpp: Fix [-Wnewline-eof] 2012-09-13 05:53:17 +00:00
PostOrderCFGView.cpp Use the proper post-order traversal in LiveVariables analysis, 2014-08-14 16:04:47 +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 Adding const-qualifiers to auto declarations. NFC. 2014-08-15 12:29:39 +00:00
ThreadSafetyCommon.cpp Thread safety analysis: Add support for negative requirements, which are 2014-08-04 16:10:59 +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 Use the proper post-order traversal in LiveVariables analysis, 2014-08-14 16:04:47 +00:00