summaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/Dominators.cpp
AgeCommit message (Expand)Author
2019-07-03Make a buildbot using a buggy gcc happyKristof Umann
2019-07-03Specialize an anchor() function in the correct namespaceKristof Umann
2019-07-03[analyzer][Dominator] Add post dominators to CFG + a new debug checkerKristof Umann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-03-13[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-05[analyzer] Rely on LLVM Dominators in Clang dominator computation.Anna Zaks
2011-10-25Add source-level dominators analysis. Patch by Guoping Long!Ted Kremenek