[all-commits] [llvm/llvm-project] 088ba8: [Clang] follow-up D128745, use ClangABICompat15 in...

Yuanfang Chen via All-commits all-commits at lists.llvm.org
Tue Aug 23 10:46:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 088ba8efeb4921deb49534714ddefb14a91afe46
      https://github.com/llvm/llvm-project/commit/088ba8efeb4921deb49534714ddefb14a91afe46
  Author: Yuanfang Chen <yuanfang.chen at sony.com>
  Date:   2022-08-23 (Tue, 23 Aug 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/LangOptions.h
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/test/CXX/temp/temp.decls/temp.class.spec/p8-0x.cpp
    M clang/test/CodeGen/partial-order-variadic.cpp

  Log Message:
  -----------
  [Clang] follow-up D128745, use ClangABICompat15 instead of ClangABICompat14

Since the patch missed release 15.x and will be included in release 16.x. Also, simplify related tests.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D132414




More information about the All-commits mailing list