]> granicus.if.org Git - clang/commit
When instantiating a typedef of an anonymous tag type, note in the tag
authorDouglas Gregor <dgregor@apple.com>
Fri, 23 Apr 2010 16:25:07 +0000 (16:25 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 23 Apr 2010 16:25:07 +0000 (16:25 +0000)
commitd57a38ee02c285d69d05fed6df0d7406b2517888
tree12befd6424148fe3c4164bc1aa2b8b794aeff862
parent63010a7f0f57a27a9735b5a75211c6d988be2074
When instantiating a typedef of an anonymous tag type, note in the tag
declaration that this typedef gives the tag a name. Fixes a problem
uncovered by Boost.GIL (Generic Image Library).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102180 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/SemaTemplate/temp_arg_type.cpp