[all-commits] [llvm/llvm-project] 2482db: [Clang] Use poison instead of undef where its used...

ManuelJBrito via All-commits all-commits at lists.llvm.org
Sun Dec 11 08:18:34 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2482dbff461e981203f9c691b24d6017de46a441
      https://github.com/llvm/llvm-project/commit/2482dbff461e981203f9c691b24d6017de46a441
  Author: Manuel Brito <manuel.brito at tecnico.ulisboa.pt>
  Date:   2022-12-11 (Sun, 11 Dec 2022)

  Changed paths:
    M clang/lib/CodeGen/CGException.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/test/CodeGen/builtinshufflevector2.c
    M clang/test/CodeGenCXX/nrvo.cpp
    M clang/test/CodeGenCXX/pr40771-ctad-with-lambda-copy-capture.cpp
    M clang/test/CodeGenCXX/vla-consruct.cpp
    M clang/test/CodeGenCoroutines/coro-eh-cleanup-exp-namespace.cpp
    M clang/test/CodeGenCoroutines/coro-eh-cleanup.cpp
    M clang/test/OpenMP/distribute_parallel_for_num_threads_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_num_threads_codegen.cpp
    M clang/test/OpenMP/single_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_num_threads_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_num_threads_codegen.cpp
    M clang/test/OpenMP/threadprivate_codegen.cpp

  Log Message:
  -----------
  [Clang] Use poison instead of undef where its used as placeholder [NFC]

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




More information about the All-commits mailing list