[all-commits] [llvm/llvm-project] 76d845: [clang-format] Fix unittest failures with -Werror

Nemanja Ivanovic via All-commits all-commits at lists.llvm.org
Thu Sep 23 16:24:57 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 76d845cb169f048cb6f2176c3e7a6534dc5af097
      https://github.com/llvm/llvm-project/commit/76d845cb169f048cb6f2176c3e7a6534dc5af097
  Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
  Date:   2021-09-23 (Thu, 23 Sep 2021)

  Changed paths:
    M clang/unittests/Format/QualifierFixerTest.cpp

  Log Message:
  -----------
  [clang-format] Fix unittest failures with -Werror

Commit a44ab1702539 added a unit test that fails to build with
-Werror which causes build bot breaks on bots that include that
option in their build. This patch just adds the necessary casts to
silence the warnings.




More information about the All-commits mailing list