aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/initializer.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen1-1/+1
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen1-1/+1
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen1-1/+1
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen1-1/+1
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen1-1/+1
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen1-1/+1
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen1-1/+1
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen1-1/+1
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen1-1/+1
2017-01-12[analyzer] Avoid a crash in DereferenceChecker on string literal initializers.Artem Dergachev1-0/+7
2015-12-17[analyzer] Better detect when C++ object was constructed into existing region.Devin Coughlin1-0/+54
2013-07-17[analyzer] Handle C++11 member initializer expressions.Jordan Rose1-0/+34
2013-03-07[analyzer] Warn on passing a reference to null pointer as an argument in a callAnna Zaks1-2/+1
2013-01-26[analyzer] C++ initializers may require cleanups; look through these.Jordan Rose1-0/+30
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-5/+3
2012-08-25[analyzer] Use the common evalBind infrastructure for initializers.Jordan Rose1-7/+13
2012-08-21[analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.Jordan Rose1-1/+1
2012-08-03[analyzer] Update initializer assertion for delegating constructors.Jordan Rose1-1/+13
2012-08-02[analyzer] Add a simple check for initializing reference variables with null.Jordan Rose1-0/+21
2012-07-31[analyzer] Turn -cfg-add-initializers on by default, and remove the flag.Jordan Rose1-3/+2
2012-07-26[analyzer] Handle C++ member initializers and destructors.Jordan Rose1-1/+34
2012-05-16[analyzer] Convert many existing tests to use clang_analyzer_eval.Jordy Rose1-5/+4
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis1-1/+1
2010-11-16Handle member initializer in C++ ctor. Zhongxing Xu1-0/+14