[PATCH] D82631: [AST][RecoveryAST] Avoid spurious 'missing typename' diagnostic when the NNS contains errors.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 30 02:40:57 PDT 2020
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/test/SemaTemplate/missing-typename-recovery.cpp:1
+// RUN: %clang_cc1 -fsyntax-only -verify %s
+
----------------
nit: name of this test seems slightly unusual, maybe just nns-recovery.cpp or something like this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82631/new/
https://reviews.llvm.org/D82631
More information about the cfe-commits
mailing list