[all-commits] [llvm/llvm-project] e83bea: [clang][Interp][NFC] Add some tests for invalid ar...

Timm Bäder via All-commits all-commits at lists.llvm.org
Fri Oct 14 05:42:29 PDT 2022


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

  Changed paths:
    M clang/test/AST/Interp/arrays.cpp

  Log Message:
  -----------
  [clang][Interp][NFC] Add some tests for invalid array access


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

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

  Log Message:
  -----------
  [clang][Interp][NFC] Remove unused parameter from emitConst()


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

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeStmtGen.cpp
    M clang/lib/AST/Interp/ByteCodeStmtGen.h
    A clang/test/AST/Interp/loops.cpp

  Log Message:
  -----------
  [clang][Interp] Implement while and do-while loops

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


Compare: https://github.com/llvm/llvm-project/compare/7349bc34836b...5a859432f317


More information about the All-commits mailing list