[all-commits] [llvm/llvm-project] b61e8c: [clang][Interp][NFC] Add Record::getName()

Timm Bäder via All-commits all-commits at lists.llvm.org
Fri Oct 28 03:50:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b61e8c517eff2083252b1b74544bc25f7ad5a368
      https://github.com/llvm/llvm-project/commit/b61e8c517eff2083252b1b74544bc25f7ad5a368
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-10-28 (Fri, 28 Oct 2022)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Add Record::getName()

Useful for debugging.


  Commit: 6e7f421e5574b5669153a73ac0f1879098d2dd0e
      https://github.com/llvm/llvm-project/commit/6e7f421e5574b5669153a73ac0f1879098d2dd0e
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-10-28 (Fri, 28 Oct 2022)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Fix a file header comment


  Commit: 0ad3ad6bc7e1629703d931222514b2a97e885cb9
      https://github.com/llvm/llvm-project/commit/0ad3ad6bc7e1629703d931222514b2a97e885cb9
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-10-28 (Fri, 28 Oct 2022)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Remove leftover comment fragment


  Commit: c1dd7f90132a8a767d91f9b2b3e2bf1a9d7aa04f
      https://github.com/llvm/llvm-project/commit/c1dd7f90132a8a767d91f9b2b3e2bf1a9d7aa04f
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-10-28 (Fri, 28 Oct 2022)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Print more info in Program::dump()

Number of functions and global variables is useful to know.


  Commit: 6fa1795d1fd4770f9f5c00f5a30937d68c3feb17
      https://github.com/llvm/llvm-project/commit/6fa1795d1fd4770f9f5c00f5a30937d68c3feb17
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-10-28 (Fri, 28 Oct 2022)

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeExprGen.cpp
    M clang/lib/AST/Interp/ByteCodeExprGen.h
    M clang/test/AST/Interp/literals.cpp
    M clang/test/Lexer/char-escapes.c

  Log Message:
  -----------
  [clang][Interp] Implement String- and CharacterLiterals

Differential Revision: https://reviews.llvm.org/D135366


  Commit: 7f3013c5f9767c3dabd41d4219893e3154b126ea
      https://github.com/llvm/llvm-project/commit/7f3013c5f9767c3dabd41d4219893e3154b126ea
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-10-28 (Fri, 28 Oct 2022)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Fix instance method check

This was a change suggested by Aaron that I forgot to commit.


Compare: https://github.com/llvm/llvm-project/compare/28bfd853abc3...7f3013c5f976


More information about the All-commits mailing list