[all-commits] [llvm/llvm-project] 2d1828: [ASan][NFC] Remove duplicate variable AccessInfo (...

int-zjt via All-commits all-commits at lists.llvm.org
Wed Aug 7 17:39:09 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d1828d29378e338cf96d78ea17d4c1833c7aac6
      https://github.com/llvm/llvm-project/commit/2d1828d29378e338cf96d78ea17d4c1833c7aac6
  Author: int-zjt <50009720+int-zjt at users.noreply.github.com>
  Date:   2024-08-07 (Wed, 07 Aug 2024)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp

  Log Message:
  -----------
  [ASan][NFC] Remove duplicate variable AccessInfo (#102305)

A variable named AccessInfo was used in a condition code block, but it
is declared both in and out of this condition code block.

Co-authored-by: zhangjiatong.0 <zhangjiatong.0 at bytedance.com>



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