Add hasSameType overload to ASTContext for Type pointers. Switch a type
authorRichard Trieu <rtrieu@google.com>
Thu, 22 May 2014 01:39:16 +0000 (01:39 +0000)
committerRichard Trieu <rtrieu@google.com>
Thu, 22 May 2014 01:39:16 +0000 (01:39 +0000)
commit9098c9f1a82202c9b1b81e8251d5d7feaea0ab27
tree85b3b662c0326e134c1af3843ff2aa5006c9e369
parent89f18805f454d253ffb7306663df9c56cff078e9
Add hasSameType overload to ASTContext for Type pointers.  Switch a type
comparison check to use this instead of calling Type::getCanonicalTypeInternal

llvm-svn: 209378
clang/include/clang/AST/ASTContext.h
clang/lib/Sema/SemaOverload.cpp