Skip to content

Commit

Permalink
!fixup use std::unique_ptr for MangleContext.
Browse files Browse the repository at this point in the history
  • Loading branch information
fhahn committed Oct 21, 2024
1 parent e656a99 commit 5b656b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/CodeGen/CodeGenTBAA.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class CodeGenTBAA {
llvm::Module &Module;
const CodeGenOptions &CodeGenOpts;
const LangOptions &Features;
MangleContext *MangleCtx;
std::unique_ptr<MangleContext> MangleCtx;

// MDHelper - Helper for creating metadata.
llvm::MDBuilder MDHelper;
Expand Down

0 comments on commit 5b656b6

Please sign in to comment.