[all-commits] [llvm/llvm-project] 3c5318: [clang][sema] Move the initializer lifetime checki...

Haojian Wu via All-commits all-commits at lists.llvm.org
Wed Jun 26 05:37:40 PDT 2024


  Branch: refs/heads/users/hokein/refactor-lifetime-bound
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c5318893322d1f904a52b2f92d5ccd191aa5930
      https://github.com/llvm/llvm-project/commit/3c5318893322d1f904a52b2f92d5ccd191aa5930
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2024-06-26 (Wed, 26 Jun 2024)

  Changed paths:
    M clang/lib/Sema/CMakeLists.txt
    A clang/lib/Sema/CheckExprLifetime.cpp
    A clang/lib/Sema/CheckExprLifetime.h
    M clang/lib/Sema/SemaInit.cpp

  Log Message:
  -----------
  [clang][sema] Move the initializer lifetime checking code from
SemaInit.cpp to a new place. NFC

This is a refactoring change for better code isolation and reuse, a
first step to extend it for assignments.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list