[all-commits] [llvm/llvm-project] f7e868: Fix a bug that CXXConstructExpr wasn't recognized ...

Ryosuke Niwa via All-commits all-commits at lists.llvm.org
Thu Dec 12 09:37:27 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f7e868fe432da733f30379c01076f5f4c9792501
      https://github.com/llvm/llvm-project/commit/f7e868fe432da733f30379c01076f5f4c9792501
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-12-12 (Thu, 12 Dec 2024)

  Changed paths:
    M clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.cpp
    M clang/test/Analysis/Checkers/WebKit/call-args.cpp

  Log Message:
  -----------
  Fix a bug that CXXConstructExpr wasn't recognized by tryToFindPtrOrigin (#119336)

Prior to this PR, only CXXTemporaryObjectExpr, not CXXConstructExpr was
recognized in tryToFindPtrOrigin.



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