diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-10-14 17:09:38 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-10-14 17:09:38 +0000 |
commit | 8e90d221f1d2bc56438654976bf4784f378e5da4 (patch) | |
tree | 0553c327b91a73557cbf0b1c0a6c279fc9e718b9 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 804a3e655f8dada68ba48fd3009afe858c77498f (diff) | |
download | bcm5719-llvm-8e90d221f1d2bc56438654976bf4784f378e5da4.tar.gz bcm5719-llvm-8e90d221f1d2bc56438654976bf4784f378e5da4.zip |
Formatting for prior commit
llvm-svn: 219692
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp index 354939a23e2..f9e6c397d93 100644 --- a/clang/lib/CodeGen/CodeGenFunction.cpp +++ b/clang/lib/CodeGen/CodeGenFunction.cpp @@ -36,10 +36,11 @@ using namespace CodeGen; CodeGenFunction::CodeGenFunction(CodeGenModule &cgm, bool suppressNewContext) : CodeGenTypeCache(cgm), CGM(cgm), Target(cgm.getTarget()), Builder(cgm.getModule().getContext(), llvm::ConstantFolder(), - CGBuilderInserterTy(this)), CurFn(nullptr), - CapturedStmtInfo(nullptr), SanOpts(&CGM.getLangOpts().Sanitize), - IsSanitizerScope(false), CurFuncIsThunk(false), AutoreleaseResult(false), - SawAsmBlock(false), BlockInfo(nullptr), BlockPointer(nullptr), + CGBuilderInserterTy(this)), + CurFn(nullptr), CapturedStmtInfo(nullptr), + SanOpts(&CGM.getLangOpts().Sanitize), IsSanitizerScope(false), + CurFuncIsThunk(false), AutoreleaseResult(false), SawAsmBlock(false), + BlockInfo(nullptr), BlockPointer(nullptr), LambdaThisCaptureField(nullptr), NormalCleanupDest(nullptr), NextCleanupDestIndex(1), FirstBlockInfo(nullptr), EHResumeBlock(nullptr), ExceptionSlot(nullptr), EHSelectorSlot(nullptr), |