Since the patch missed release 15.x and will be included in release 16.x. Also, simplify related tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D132414
[Clang] follow-up D128745, use ClangABICompat15 instead of ClangABICompat14 ClosedPublic Authored by ychen on Aug 22 2022, 2:43 PM.
Details Summary Since the patch missed release 15.x and will be included in release 16.x. Also, simplify related tests.
Diff Detail
Event Timelineychen retitled this revision from [Clang] follow-up D128745, use ClangABICompat15 instead of ClangABICompat14
Since the patch missed release 15.x and will be included in release 16.x. to [Clang] follow-up D128745, use ClangABICompat15 instead of ClangABICompat14.Aug 22 2022, 5:09 PM This revision is now accepted and ready to land.Aug 23 2022, 7:22 AM Closed by commit rG088ba8efeb49: [Clang] follow-up D128745, use ClangABICompat15 instead of ClangABICompat14 (authored by Yuanfang Chen <yuanfang.chen@sony.com>). · Explain WhyAug 23 2022, 10:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 454893 clang/docs/ReleaseNotes.rst
clang/include/clang/Basic/LangOptions.h
clang/lib/Frontend/CompilerInvocation.cpp
clang/lib/Sema/SemaTemplateDeduction.cpp
clang/test/CXX/temp/temp.decls/temp.class.spec/p8-0x.cpp
clang/test/CodeGen/partial-order-variadic.cpp
|