fails to find a type. There are no cases where it's valid for this to produce
an error.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100878
91177308-0d34-0410-b5e6-
96231b3b80d8
if (!TyD) {
if (R.isAmbiguous()) return true;
+ // We don't want access-control diagnostics here.
+ R.suppressDiagnostics();
+
if (SS.isSet() && isDependentScopeSpecifier(SS)) {
bool NotUnknownSpecialization = false;
DeclContext *DC = computeDeclContext(SS, false);