aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/dependent-expr.cpp
AgeCommit message (Expand)Author
2010-12-21Don't try to compute the value of a value-dependent expression whenDouglas Gregor
2010-11-30Fix another case of giving the wrong value kind to a dependent cast toJohn McCall
2010-11-26For internal consistency's sake, compute the value kind of a dependent castJohn McCall
2010-07-27PR7724: Don't try to evaluate value-dependent expressions.Eli Friedman
2010-05-22Don't look for a destructor in a dependent type. Fixes PR7198.Douglas Gregor
2010-01-15When determining whether a DeclRefExpr is value-dependent when itDouglas Gregor
2009-12-30Test for PR5908.Eli Friedman