summaryrefslogtreecommitdiffstats
path: root/test/Analysis/reference.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch PerformImplicitConversion over to use DefaultLvalueConversion for lval...Eli Friedman2012-01-241-1/+1
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-1/+1
* [analyzer] fix handling of MaterializeTemporaryExpr by binding the result val...Ted Kremenek2011-07-281-0/+1
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis2011-02-241-1/+1
* If the initializer is an rvalue and the variable is a const reference,Zhongxing Xu2010-12-191-1/+1
* Start migration of static analyzer to using theTed Kremenek2010-12-161-1/+2
* Assignments to reference variables shouldn't kill the variable.Jordy Rose2010-06-041-0/+30
* CFG: add all LHS of assingments as lvalue. This improves support for C++ refe...Zhongxing Xu2010-06-031-0/+15
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-1/+1
* Enhance test case.Zhongxing Xu2010-01-101-0/+5
* When binding an rvalue to a reference, create a temporary object. Use Zhongxing Xu2010-01-091-0/+6