[all-commits] [llvm/llvm-project] 699379: [clang-tidy] Ignore unevaluated context in bugpron...

Piotr Zegar via All-commits all-commits at lists.llvm.org
Mon May 13 11:42:03 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 69937982dbdd73172ec06580f6f93616edca8e9e
      https://github.com/llvm/llvm-project/commit/69937982dbdd73172ec06580f6f93616edca8e9e
  Author: Piotr Zegar <me at piotrzegar.pl>
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
    M clang-tools-extra/clang-tidy/bugprone/OptionalValueConversionCheck.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/test/clang-tidy/checkers/bugprone/optional-value-conversion.cpp

  Log Message:
  -----------
  [clang-tidy] Ignore unevaluated context in bugprone-optional-value-conversion (#90410)

Ignore optionals in unevaluated context, like static_assert or decltype.

Closes #89593



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