]> granicus.if.org Git - clang/commit
Robustify callers that rebuild typename type nodes again NULL return
authorDouglas Gregor <dgregor@apple.com>
Sun, 7 Mar 2010 23:26:22 +0000 (23:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 7 Mar 2010 23:26:22 +0000 (23:26 +0000)
commita50ce325b1ddd2bcbbfc1082ac93f3861d0a3a3d
tree7302f1068aa29d86a8c5e37f32e81e77696690b8
parent4ce46c2db2b17ef52b34dbeeec01e448025c8edc
Robustify callers that rebuild typename type nodes again NULL return
types. Fixes PR6463.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97924 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaTemplate.cpp
test/SemaTemplate/typename-specifier-4.cpp