aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/dependent-expr.cpp
AgeCommit message (Collapse)Author
2010-01-15When determining whether a DeclRefExpr is value-dependent when itDouglas Gregor
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93514 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-30Test for PR5908.Eli Friedman
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92282 91177308-0d34-0410-b5e6-96231b3b80d8