]> granicus.if.org Git - clang/commitdiff
Reflow.
authorMike Stump <mrs@apple.com>
Thu, 3 Dec 2009 03:40:14 +0000 (03:40 +0000)
committerMike Stump <mrs@apple.com>
Thu, 3 Dec 2009 03:40:14 +0000 (03:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90407 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGException.cpp

index d3d26ca9503c6df6a956fcf6e27f9b2c74130532..1ceb2542ae54d04300f99f9d9a48068d13546204 100644 (file)
@@ -390,7 +390,9 @@ void CodeGenFunction::EmitCXXTryStmt(const CXXTryStmt &S) {
         // FIXME: objects with ctors, references
         Builder.CreateStore(ExcObject, GetAddrOfLocalVar(CatchParam));
 #else
-        // FIXME: we need to do this sooner so that the EH region for the cleanup doesn't start until after the ctor completes, use a decl init?
+        // FIXME: we need to do this sooner so that the EH region for the
+        // cleanup doesn't start until after the ctor completes, use a decl
+        // init?
         CopyObject(*this, CatchParam->getType().getNonReferenceType(),
                    ExcObject, GetAddrOfLocalVar(CatchParam));
 #endif