[all-commits] [llvm/llvm-project] ddea4f: Fix some "not all control paths return" warnings; NFC

Aaron Ballman via All-commits all-commits at lists.llvm.org
Mon Jun 16 04:51:55 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ddea4fe85a01f645a1c5e2c4a8ea607a85cf986f
      https://github.com/llvm/llvm-project/commit/ddea4fe85a01f645a1c5e2c4a8ea607a85cf986f
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2025-06-16 (Mon, 16 Jun 2025)

  Changed paths:
    M clang-tools-extra/clang-doc/Representation.cpp
    M clang-tools-extra/clang-doc/Serialize.cpp

  Log Message:
  -----------
  Fix some "not all control paths return" warnings; NFC


  Commit: 4f7b5e6d8327f8cea41ba31fdbbb0ee9c1f754c3
      https://github.com/llvm/llvm-project/commit/4f7b5e6d8327f8cea41ba31fdbbb0ee9c1f754c3
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2025-06-16 (Mon, 16 Jun 2025)

  Changed paths:
    M clang/utils/TableGen/ClangAttrEmitter.cpp

  Log Message:
  -----------
  Fix a tablegen pattern that results in a warning; NFC

We were generating `1 || 1` which caused some issues for -Werror builds


Compare: https://github.com/llvm/llvm-project/compare/e00853859e89...4f7b5e6d8327

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list