summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/pr27047-default-init-expr-name-conflict.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash in BuildCXXDefaultInitExpr.Reid Kleckner2016-04-291-0/+8
Fix crash in BuildCXXDefaultInitExpr when member of template class has same name as the class itself. Based on patch by Raphael "Teemperor" Isemann! Differential Revision: http://reviews.llvm.org/D19721 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@268082 91177308-0d34-0410-b5e6-96231b3b80d8