[all-commits] [llvm/llvm-project] 0e4ba4: [clang-tidy] support to detect conversion in `make...

Congcong Cai via All-commits all-commits at lists.llvm.org
Tue Mar 11 15:12:31 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e4ba47ca827f96319ff9c5f2f9f7ee5c607f6ea
      https://github.com/llvm/llvm-project/commit/0e4ba47ca827f96319ff9c5f2f9f7ee5c607f6ea
  Author: Congcong Cai <congcongcai0907 at 163.com>
  Date:   2025-03-12 (Wed, 12 Mar 2025)

  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-construct-from-std.cpp

  Log Message:
  -----------
  [clang-tidy] support to detect conversion in `make_optional` for `bugprone-optional-value-conversion` (#130417)

Add support for std::make_optional.

Fixes #119554



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