[all-commits] [llvm/llvm-project] efb583: [Clang] Prevent Copying of LateParsedClass Instanc...

smanna12 via All-commits all-commits at lists.llvm.org
Fri Sep 20 10:08:28 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: efb583178d74b2174e8b9660b67ba7295527b09f
      https://github.com/llvm/llvm-project/commit/efb583178d74b2174e8b9660b67ba7295527b09f
  Author: smanna12 <soumi.manna at intel.com>
  Date:   2024-09-20 (Fri, 20 Sep 2024)

  Changed paths:
    M clang/include/clang/Parse/Parser.h

  Log Message:
  -----------
  [Clang] Prevent Copying of LateParsedClass Instances (#109428)

Class clang::Parser::LateParsedClass owns resources that are freed in
its destructor but has no user-written assignment operator.
This commit explicitly deletes the copy constructor and copy assignment
operator for the LateParsedClass.



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