[all-commits] [llvm/llvm-project] 13c322: [Clang] Implement LWG3823 for __is_aggregate

Roy Jacobson via All-commits all-commits at lists.llvm.org
Tue Nov 29 04:58:02 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 13c32288354b6175527f4fdece623157d3637da3
      https://github.com/llvm/llvm-project/commit/13c32288354b6175527f4fdece623157d3637da3
  Author: Roy Jacobson <roi.jacobson1 at gmail.com>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/test/SemaCXX/type-traits.cpp

  Log Message:
  -----------
  [Clang] Implement LWG3823 for __is_aggregate

LWG3823 says that arrays of incomplete types are aggregates. Fix the clang builtin to match that.

Closes https://github.com/llvm/llvm-project/issues/59002

Reviewed By: cjdb

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




More information about the All-commits mailing list