]> granicus.if.org Git - clang/commit
Reinstate r104117, Chandler Carruth's change that "[provides] a naming
authorDouglas Gregor <dgregor@apple.com>
Thu, 20 May 2010 20:58:56 +0000 (20:58 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 20 May 2010 20:58:56 +0000 (20:58 +0000)
commitd2235f60e7bbd9e690c05fced371df9da76adc2b
treef476ef95d761376e649c84f756382b5da638f673
parent27b7aa004a72f9b80c853637f372bdafafc38d12
Reinstate r104117, Chandler Carruth's change that "[provides] a naming
class for UnresolvedLookupExprs, even when occuring on template
names" along with a fix for an Objective-C++ crasher it introduced.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104277 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
lib/Sema/SemaLookup.cpp
test/CXX/temp/temp.names/p2.cpp [new file with mode: 0644]
test/SemaObjCXX/ivar-struct.mm [new file with mode: 0644]