[all-commits] [llvm/llvm-project] 9eb8a1: [clang][Interp][NFC] Fix a const-correctness warning

Timm Baeder via All-commits all-commits at lists.llvm.org
Fri Jun 7 04:45:08 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9eb8a130c5d708dbabe824113add072436ae9997
      https://github.com/llvm/llvm-project/commit/9eb8a130c5d708dbabe824113add072436ae9997
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2024-06-07 (Fri, 07 Jun 2024)

  Changed paths:
    M clang/lib/AST/Interp/MemberPointer.h

  Log Message:
  -----------
  [clang][Interp][NFC] Fix a const-correctness warning


  Commit: b8cc85b318c0dd89e4dd69e3691ffcad5e401885
      https://github.com/llvm/llvm-project/commit/b8cc85b318c0dd89e4dd69e3691ffcad5e401885
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2024-06-07 (Fri, 07 Jun 2024)

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeExprGen.cpp
    M clang/test/AST/Interp/lambda.cpp

  Log Message:
  -----------
  [clang][Interp] Limit lambda capture lazy visting to actual captures

Check this by looking at the VarDecl.


Compare: https://github.com/llvm/llvm-project/compare/9ece3eb14593...b8cc85b318c0

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