[all-commits] [llvm/llvm-project] d972d4: Revert "[clang] Suppress "follow-up" diagnostics o...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Fri Jan 22 04:09:27 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d972d4c749048531953a16b815e07c67e8455a3b
https://github.com/llvm/llvm-project/commit/d972d4c749048531953a16b815e07c67e8455a3b
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2021-01-22 (Fri, 22 Jan 2021)
Changed paths:
M clang/lib/Sema/SemaOverload.cpp
M clang/test/AST/ast-dump-recovery.cpp
A clang/test/CodeGenCXX/ms-lookup-template-base-classes.cpp
M clang/test/SemaCXX/typo-correction-delayed.cpp
Log Message:
-----------
Revert "[clang] Suppress "follow-up" diagnostics on recovery call expressions."
This reverts commit efa9aaad703e6b150980ed1a74b4e7c9da7d85a2 and adds a
crash test.
The commit caused a crash in CodeGen with -fms-compatibility, see
https://bugs.llvm.org/show_bug.cgi?id=48690.
More information about the All-commits
mailing list