aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/PostOrderCFGView.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-23Reverting r214064 and r215650 while investigating a pesky performance regressionArtyom Skrobov1-52/+4
2014-08-14Use the proper post-order traversal in LiveVariables analysis,Artyom Skrobov1-4/+52
2014-05-20[C++11] Use 'nullptr'. Analysis edition.Craig Topper1-1/+1
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+2
2011-10-24Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek1-1/+1
2011-10-22Pull TopologicallySortedCFG out of LiveVariables into its own analysis: PostO...Ted Kremenek1-0/+47