This is an archive of the discontinued LLVM Phabricator instance.

[clang] Fix a crash when CTAD fails
ClosedPublic

Authored by kadircet on Mar 22 2021, 10:58 PM.

Diff Detail

Event Timeline

kadircet requested review of this revision.Mar 22 2021, 10:58 PM
kadircet created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2021, 10:58 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
hokein accepted this revision.Mar 23 2021, 1:31 AM

Thanks!

clang/test/Sema/check-arg-alignment.cpp
1 ↗(On Diff #332533)

I'd move this test case to the existing file llvm-project/clang/test/SemaCXX/cxx1z-class-template-argument-deduction.cpp

This revision is now accepted and ready to land.Mar 23 2021, 1:31 AM
kadircet updated this revision to Diff 332619.Mar 23 2021, 4:40 AM
  • Move test into existing file.
This revision was landed with ongoing or failed builds.Mar 23 2021, 5:05 AM
This revision was automatically updated to reflect the committed changes.