[all-commits] [llvm/llvm-project] d285f2: [AST][RecoveryExpr] Avoid spurious 'missing typena...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Tue Jun 30 07:19:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d285f29317d6086e9ab941730f1ee5a468196a4e
https://github.com/llvm/llvm-project/commit/d285f29317d6086e9ab941730f1ee5a468196a4e
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M clang/include/clang/AST/NestedNameSpecifier.h
M clang/lib/AST/NestedNameSpecifier.cpp
M clang/lib/Sema/SemaDecl.cpp
A clang/test/SemaTemplate/nss-recovery.cpp
Log Message:
-----------
[AST][RecoveryExpr] Avoid spurious 'missing typename' diagnostic when the NNS contains errors.
Differential Revision: https://reviews.llvm.org/D82631
More information about the All-commits
mailing list