[all-commits] [llvm/llvm-project] c0952a: [clang] [sanitizer] add pseudofunction to indicate...

Florian Mayer via All-commits all-commits at lists.llvm.org
Fri Mar 28 13:22:12 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c0952a931c7d556ca9f0073d86d591a37eb60477
      https://github.com/llvm/llvm-project/commit/c0952a931c7d556ca9f0073d86d591a37eb60477
  Author: Florian Mayer <fmayer at google.com>
  Date:   2025-03-28 (Fri, 28 Mar 2025)

  Changed paths:
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/test/CodeGen/bounds-checking-debuginfo.c

  Log Message:
  -----------
  [clang] [sanitizer] add pseudofunction to indicate array-bounds check (#128977)

With this, we can:

* use profilers to estimate how many cycles we spend on these checks
(subject to caveats),
* more easily see why we crashed.



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