aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/Analyses/Dominators.h
AgeCommit message (Expand)Author
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
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-11-09Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie
2011-11-09Remove extra ';'Devang Patel
2011-10-25Remove extra copy of contents of header file resulting in a patch being appli...Ted Kremenek
2011-10-25Add source-level dominators analysis. Patch by Guoping Long!Ted Kremenek