[all-commits] [llvm/llvm-project] b37bd7: [clang][Interp][NFC] Add missing special cases for...

Timm Baeder via All-commits all-commits at lists.llvm.org
Wed Feb 14 07:01:06 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b37bd78e411ce642a4ca9e0c2394cef8c2f389c1
      https://github.com/llvm/llvm-project/commit/b37bd78e411ce642a4ca9e0c2394cef8c2f389c1
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2024-02-14 (Wed, 14 Feb 2024)

  Changed paths:
    M clang/lib/AST/Interp/InterpFrame.cpp

  Log Message:
  -----------
  [clang][Interp][NFC] Add missing special cases for implicit functions

We have this special case in getSource() and getRange(), but we
were missing it in getExpr() and getLocation().




More information about the All-commits mailing list