]> granicus.if.org Git - clang/commit
Extract a common base class between UnresolvedLookupExpr and
authorJohn McCall <rjmccall@apple.com>
Tue, 2 Feb 2010 06:20:04 +0000 (06:20 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 2 Feb 2010 06:20:04 +0000 (06:20 +0000)
commit7bb12da2b0749eeebb21854c77877736969e59f2
treed273884f33148292c07b9fdbb4dc11cc2459ed93
parentb217bcce1463db6d6a9c45f53b984af49ee35d03
Extract a common base class between UnresolvedLookupExpr and
UnresolvedMemberExpr and employ it in a few places where it's useful.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95072 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
lib/AST/ExprCXX.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaTemplateDeduction.cpp