[all-commits] [llvm/llvm-project] 8c5133: [clang] Fix a null-NSS-access crash in DependentNa...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Thu Jul 2 06:00:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8c5133f1855767a16a6045777bed4652bd114d84
https://github.com/llvm/llvm-project/commit/8c5133f1855767a16a6045777bed4652bd114d84
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-07-02 (Thu, 02 Jul 2020)
Changed paths:
M clang/lib/Sema/SemaTemplate.cpp
M clang/test/Parser/cxx-template-decl.cpp
Log Message:
-----------
[clang] Fix a null-NSS-access crash in DependentNameType.
The DependentNameType must have a non-null NSS. This property could be
violated during typo correction.
Differential Revision: https://reviews.llvm.org/D82738
More information about the All-commits
mailing list