]> granicus.if.org Git - clang/commit
Replace a FIXME with a diagnostic when we can't resolve the
authorDouglas Gregor <dgregor@apple.com>
Sun, 18 Mar 2012 00:15:42 +0000 (00:15 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 18 Mar 2012 00:15:42 +0000 (00:15 +0000)
commit957ff27311d444fb87b5b3acb6f44d5de4533b23
treed6917e43ec86a0a19540c81611fbfc19d4aefcd5
parent42aceadbc3806868cee8ac576347d258ac99e1f6
Replace a FIXME with a diagnostic when we can't resolve the
nested-name-specifier for a class template declaration. Fixes PR12291.

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