summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/array-redeclaration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Sema] Don't diagnose an array type mismatch when the new or previousAkira Hatanaka2016-09-011-0/+33
declaration has a dependent type. This fixes a bug where clang errors out on a valid code. rdar://problem/28051467 Differential Revision: https://reviews.llvm.org/D24110 llvm-svn: 280330
OpenPOWER on IntegriCloud