[all-commits] [llvm/llvm-project] ccbc22: [Sema] fix false -Wcomma being emitted from void r...

inclyc via All-commits all-commits at lists.llvm.org
Tue Aug 16 05:45:13 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ccbc22cd8976c285d76e9f66dd5cac2fe908d084
      https://github.com/llvm/llvm-project/commit/ccbc22cd8976c285d76e9f66dd5cac2fe908d084
  Author: YingChi Long <me at inclyc.cn>
  Date:   2022-08-16 (Tue, 16 Aug 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/SemaExpr.cpp
    M clang/test/SemaCXX/warn-comma-operator.cpp

  Log Message:
  -----------
  [Sema] fix false -Wcomma being emitted from void returning functions

Fixes https://github.com/llvm/llvm-project/issues/57151

Reviewed By: aaron.ballman

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




More information about the All-commits mailing list