diff options
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 848188d..d873545 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -766,6 +766,7 @@ public: CharUnits Alignment; ByrefHelpers(CharUnits alignment) : Alignment(alignment) {} + ByrefHelpers(const ByrefHelpers &) = default; virtual ~ByrefHelpers(); void Profile(llvm::FoldingSetNodeID &id) const { |