aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/reference.cpp
AgeCommit message (Expand)Author
2012-01-24Switch PerformImplicitConversion over to use DefaultLvalueConversion for lval...Eli Friedman
2011-08-03[analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek
2011-07-28[analyzer] fix handling of MaterializeTemporaryExpr by binding the result val...Ted Kremenek
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis
2011-02-24[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis
2010-12-19If the initializer is an rvalue and the variable is a const reference,Zhongxing Xu
2010-12-16Start migration of static analyzer to using theTed Kremenek
2010-06-04Assignments to reference variables shouldn't kill the variable.Jordy Rose
2010-06-03CFG: add all LHS of assingments as lvalue. This improves support for C++ refe...Zhongxing Xu
2010-02-05Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek
2010-01-10Enhance test case.Zhongxing Xu
2010-01-09When binding an rvalue to a reference, create a temporary object. Use Zhongxing Xu