summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/dependent-expr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR7724: Don't try to evaluate value-dependent expressions.Eli Friedman2010-07-271-0/+5
| | | | llvm-svn: 109532
* Don't look for a destructor in a dependent type. Fixes PR7198.Douglas Gregor2010-05-221-0/+16
| | | | llvm-svn: 104445
* When determining whether a DeclRefExpr is value-dependent when itDouglas Gregor2010-01-151-0/+19
| | | | | | | | references a const variable of integral type, the initializer may be in a different declaration than the one that name-lookup saw. Find the initializer anyway. Fixes PR6045. llvm-svn: 93514
* Test for PR5908.Eli Friedman2009-12-301-0/+7
llvm-svn: 92282
OpenPOWER on IntegriCloud