aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/Analyses/PostOrderCFGView.h
AgeCommit message (Expand)Author
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-11-09Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie
2011-10-24Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek
2011-10-22Refactor ThreadSafety to use PostOrderCFGView instead of its own copy (of Top...Ted Kremenek
2011-10-22Pull TopologicallySortedCFG out of LiveVariables into its own analysis: PostO...Ted Kremenek