aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/member-inclass-init-value-dependent.cpp
AgeCommit message (Collapse)Author
2011-07-20Replace r134583's fix for PR10290 with one which also works for ↵Richard Smith
non-value-dependent cases. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135543 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-07In an in-class initialization, defer checks for value-dependent initializationNick Lewycky
expressions. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134583 91177308-0d34-0410-b5e6-96231b3b80d8