summaryrefslogtreecommitdiffstats
path: root/test/Analysis/initializer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* [analyzer] Avoid a crash in DereferenceChecker on string literal initializers.Artem Dergachev2017-01-121-0/+7
* [analyzer] Better detect when C++ object was constructed into existing region.Devin Coughlin2015-12-171-0/+54
* [analyzer] Handle C++11 member initializer expressions.Jordan Rose2013-07-171-0/+34
* [analyzer] Warn on passing a reference to null pointer as an argument in a callAnna Zaks2013-03-071-2/+1
* [analyzer] C++ initializers may require cleanups; look through these.Jordan Rose2013-01-261-0/+30
* [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks2013-01-241-1/+1
* [analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.Jordan Rose2012-08-311-5/+3
* [analyzer] Use the common evalBind infrastructure for initializers.Jordan Rose2012-08-251-7/+13
* [analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.Jordan Rose2012-08-211-1/+1
* [analyzer] Update initializer assertion for delegating constructors.Jordan Rose2012-08-031-1/+13
* [analyzer] Add a simple check for initializing reference variables with null.Jordan Rose2012-08-021-0/+21
* [analyzer] Turn -cfg-add-initializers on by default, and remove the flag.Jordan Rose2012-07-311-3/+2
* [analyzer] Handle C++ member initializers and destructors.Jordan Rose2012-07-261-1/+34
* [analyzer] Convert many existing tests to use clang_analyzer_eval.Jordy Rose2012-05-161-5/+4
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-1/+1
* Handle member initializer in C++ ctor. Zhongxing Xu2010-11-161-0/+14