[all-commits] [llvm/llvm-project] 6f7812: [clang][Interp][NFC] Improve Pointer::print()

Timm Baeder via All-commits all-commits at lists.llvm.org
Thu Aug 17 00:22:17 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f7812fdabd9df282d1a9b4e42c17aa3aa77d431
      https://github.com/llvm/llvm-project/commit/6f7812fdabd9df282d1a9b4e42c17aa3aa77d431
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Improve Pointer::print()

Print the symbolic values of Base and Offset if appropriate.


  Commit: 3cd8196bc38c406329e9395f4cbb7cbb29a92d27
      https://github.com/llvm/llvm-project/commit/3cd8196bc38c406329e9395f4cbb7cbb29a92d27
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Declare Pointer::operator<< earlier

So we can use it in Pointer.h as well when debugging.


Compare: https://github.com/llvm/llvm-project/compare/51dfe3cb3bdf...3cd8196bc38c


More information about the All-commits mailing list