[all-commits] [llvm/llvm-project] f93f6e: [NFC][Clang][analyzer] Const-correct CheckerContex...

Arseniy Zaostrovnykh via All-commits all-commits at lists.llvm.org
Mon Aug 25 00:30:09 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f93f6e5259e32a00921c66561f3117356a779a01
      https://github.com/llvm/llvm-project/commit/f93f6e5259e32a00921c66561f3117356a779a01
  Author: Arseniy Zaostrovnykh <necto.ne at gmail.com>
  Date:   2025-08-25 (Mon, 25 Aug 2025)

  Changed paths:
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h

  Log Message:
  -----------
  [NFC][Clang][analyzer] Const-correct CheckerContext API (#154741)

Improve const-correctness of `CheckerContext` API by defining the missing
`const` overloads to its accessor member functions.



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