[all-commits] [llvm/llvm-project] feb7b1: [clang-analysis]Fix false positive in mutation che...

Congcong Cai via All-commits all-commits at lists.llvm.org
Mon Sep 25 16:40:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: feb7b1914d513c709b9e024dfed709bb889cc853
      https://github.com/llvm/llvm-project/commit/feb7b1914d513c709b9e024dfed709bb889cc853
  Author: Congcong Cai <congcongcai0907 at 163.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-values.cpp
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Analysis/ExprMutationAnalyzer.cpp
    M clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp

  Log Message:
  -----------
  [clang-analysis]Fix false positive in mutation check when using pointer to member function (#66846)

Fixes: #66204




More information about the All-commits mailing list