[all-commits] [llvm/llvm-project] f25935: [clang-tidy] Fix `altera-struct-pack-align` check ...

FabianWolff via All-commits all-commits at lists.llvm.org
Wed Apr 20 07:56:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f25935a000917f2c06b52bbc7273e20a82543782
      https://github.com/llvm/llvm-project/commit/f25935a000917f2c06b52bbc7273e20a82543782
  Author: Fabian Wolff <fabian.wolff at alumni.ethz.ch>
  Date:   2022-04-20 (Wed, 20 Apr 2022)

  Changed paths:
    M clang-tools-extra/clang-tidy/altera/StructPackAlignCheck.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/test/clang-tidy/checkers/altera-struct-pack-align.cpp

  Log Message:
  -----------
  [clang-tidy] Fix `altera-struct-pack-align` check for empty structs

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

Reviewed By: whisperity, aaron.ballman

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




More information about the All-commits mailing list