aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/initializers-cfg-output.cpp
AgeCommit message (Expand)Author
2013-01-25Remove useless 'XPASS: *' from testsDmitri Gribenko
2012-07-31[analyzer] Turn -cfg-add-initializers on by default, and remove the flag.Jordan Rose
2011-12-22Colorize and condense CFG pretty-printing.Ted Kremenek
2011-07-28[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...Ted Kremenek
2011-02-17[analyzer] Use the new registration mechanism for the debugging info "checks".Argyrios Kyrtzidis
2010-11-01Make all CXXConstructExpr's block-level expressions. This is required by Zhongxing Xu
2010-10-04Added support for C++ initializers in CFG.Marcin Swiderski