]> granicus.if.org Git - clang/commitdiff
Fix some weird patch issue.
authorTanya Lattner <tonic@nondot.org>
Sun, 7 Mar 2010 04:27:11 +0000 (04:27 +0000)
committerTanya Lattner <tonic@nondot.org>
Sun, 7 Mar 2010 04:27:11 +0000 (04:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97894 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaInit.cpp

index 386bb1fea3730aa4167f54f76868ee915c86242c..02decf3782e64f944121b034f9618aeeaa4c3f5f 100644 (file)
@@ -502,7 +502,7 @@ void InitListChecker::CheckImplicitInitList(const InitializedEntity &Entity,
   // Warn about missing braces.
   if (T->isArrayType() || T->isRecordType()) {
     SemaRef.Diag(StructuredSubobjectInitList->getLocStart(), 
-                     +                 diag::warn_missing_braces)
+                                      diag::warn_missing_braces)
     << StructuredSubobjectInitList->getSourceRange()
     << CodeModificationHint::CreateInsertion(
                                     StructuredSubobjectInitList->getLocStart(),