[all-commits] [llvm/llvm-project] f59b60: [NFC] Complete proper copying and resource cleanup...

Zahira Ammarguellat via All-commits all-commits at lists.llvm.org
Thu Dec 5 07:17:12 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f59b600c21add076d6a876f29f94990b24b8e321
      https://github.com/llvm/llvm-project/commit/f59b600c21add076d6a876f29f94990b24b8e321
  Author: Zahira Ammarguellat <zahira.ammarguellat at intel.com>
  Date:   2024-12-05 (Thu, 05 Dec 2024)

  Changed paths:
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
    M clang-tools-extra/clang-tidy/NoLintDirectiveHandler.h
    M clang-tools-extra/clangd/ClangdLSPServer.h
    M clang-tools-extra/clangd/ParsedAST.h
    M clang-tools-extra/clangd/TUScheduler.cpp
    M clang-tools-extra/clangd/TUScheduler.h
    M clang-tools-extra/clangd/support/DirectiveTree.cpp
    M clang-tools-extra/modularize/ModuleAssistant.cpp

  Log Message:
  -----------
  [NFC] Complete proper copying and resource cleanup in classes. (#118655)

Provide, where missing, a copy constructor, a copy assignment operator
or a destructor to prevent potential issues that can arise.



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