summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2019-07-10 22:53:50 +0000
committerVitaly Buka <vitalybuka@google.com>2019-07-10 22:53:50 +0000
commit2d072edf95ecc130c8c853c46acaec064e09dfd9 (patch)
treeb7ab6432f142e3a329d96095863bc059a2e1c2a4 /lib/CodeGen/CodeGenFunction.h
parent28c1cd9da353c3d0e87eb5acf355e2a542199055 (diff)
downloadclang-2d072edf95ecc130c8c853c46acaec064e09dfd9.tar.gz
NFC: Convert large lambda into method
Reviewers: pcc, eugenis Reviewed By: eugenis Subscribers: cfe-commits, lldb-commits Tags: #clang, #lldb Differential Revision: https://reviews.llvm.org/D63854 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365708 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r--lib/CodeGen/CodeGenFunction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h
index 9f7af8db3f..a51a9711ff 100644
--- a/lib/CodeGen/CodeGenFunction.h
+++ b/lib/CodeGen/CodeGenFunction.h
@@ -4199,6 +4199,9 @@ private:
llvm::Value *EmittedE,
bool IsDynamic);
+ void emitZeroOrPatternForAutoVarInit(QualType type, const VarDecl &D,
+ Address Loc);
+
public:
#ifndef NDEBUG
// Determine whether the given argument is an Objective-C method