]> granicus.if.org Git - clang/commit
Enhance the diagnostic for referring to a typedef with an elaborated name to be
authorNick Lewycky <nicholas@mxc.ca>
Mon, 24 Jan 2011 19:01:04 +0000 (19:01 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 24 Jan 2011 19:01:04 +0000 (19:01 +0000)
commit446e4029c75b651475e9055dc9dd18fbc7b6dabe
treee752db6a5f293c3ee4724c3834de046c26f938bf
parent5505c72695161e2fb55391d1453b82b7adbff923
Enhance the diagnostic for referring to a typedef with an elaborated name to be
as useful in a templated context as it is without templates. Fixes PR8755!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124136 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/TreeTransform.h
test/SemaCXX/PR8755.cpp [new file with mode: 0644]