r219692 - Formatting for prior commit
David Blaikie
dblaikie at gmail.com
Tue Oct 14 10:09:39 PDT 2014
Author: dblaikie
Date: Tue Oct 14 12:09:38 2014
New Revision: 219692
URL: http://llvm.org/viewvc/llvm-project?rev=219692&view=rev
Log:
Formatting for prior commit
Modified:
cfe/trunk/lib/CodeGen/CodeGenFunction.cpp
Modified: cfe/trunk/lib/CodeGen/CodeGenFunction.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenFunction.cpp?rev=219692&r1=219691&r2=219692&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenFunction.cpp (original)
+++ cfe/trunk/lib/CodeGen/CodeGenFunction.cpp Tue Oct 14 12:09:38 2014
@@ -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),
More information about the cfe-commits
mailing list