aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/base-init.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-24[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks1-1/+1
2012-08-31[analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.Jordan Rose1-1/+1
2012-08-27[analyzer] Inline constructors for any object with a trivial destructor.Jordan Rose1-1/+0
2012-07-31[analyzer] Turn -cfg-add-initializers on by default, and remove the flag.Jordan Rose1-1/+1
2012-05-16[analyzer] Convert many existing tests to use clang_analyzer_eval.Jordy Rose1-5/+4
2011-03-30Begin reworking static analyzer support for C++ method calls. The current lo...Ted Kremenek1-0/+1
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis1-1/+1
2011-01-13CXXBaseObjectRegion is like FieldRegion. Need to blast through it whenZhongxing Xu1-1/+1
2011-01-13Support inlining base initializers. We still haven't got it completely right,Zhongxing Xu1-0/+30