[all-commits] [llvm/llvm-project] f223c9: [clang][Interp][NFC] Return a const Descriptor fro...

Timm Bäder via All-commits all-commits at lists.llvm.org
Thu Jul 6 05:52:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f223c964df86b239f76946b30a1400cb9b7adaa3
      https://github.com/llvm/llvm-project/commit/f223c964df86b239f76946b30a1400cb9b7adaa3
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-07-06 (Thu, 06 Jul 2023)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Return a const Descriptor from a getter

They are generally immutable anyway. Also fix some doc comments.


  Commit: 9642343d3023bdf5edcb2a016a9a9cc6cfd23834
      https://github.com/llvm/llvm-project/commit/9642343d3023bdf5edcb2a016a9a9cc6cfd23834
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-07-06 (Thu, 06 Jul 2023)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Make a local variable const

And add some assertions.


  Commit: 868aa9360587945146c86449cbd6c5170e1c9e2b
      https://github.com/llvm/llvm-project/commit/868aa9360587945146c86449cbd6c5170e1c9e2b
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-07-06 (Thu, 06 Jul 2023)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Take  a const Function pointer in Context::Run()


  Commit: bd59d17e71f8c58f25fdba7f614cb0449c38d628
      https://github.com/llvm/llvm-project/commit/bd59d17e71f8c58f25fdba7f614cb0449c38d628
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-07-06 (Thu, 06 Jul 2023)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Fix some doc comment confusion

These are supposed to be regular comments.


  Commit: 00c27397dc63358bc7e5975c7af80efbf863d2c2
      https://github.com/llvm/llvm-project/commit/00c27397dc63358bc7e5975c7af80efbf863d2c2
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-07-06 (Thu, 06 Jul 2023)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Move some declarations into the if condition


Compare: https://github.com/llvm/llvm-project/compare/2de812f3f4e5...00c27397dc63


More information about the All-commits mailing list