]> granicus.if.org Git - clang/commitdiff
Remove outdated fixme.
authorManuel Klimek <klimek@google.com>
Mon, 7 Jan 2013 09:25:37 +0000 (09:25 +0000)
committerManuel Klimek <klimek@google.com>
Mon, 7 Jan 2013 09:25:37 +0000 (09:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171716 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Format/Format.cpp

index 7b3c575d0b179c8892c72986741f079643d88148..77b044d21341d9c6669fa4d3be238d52964bcee1 100644 (file)
@@ -134,9 +134,6 @@ public:
                  Line.Tokens[i].TokenLength;
       // A special case for the colon of a constructor initializer as this only
       // needs to be put on a new line if the line needs to be split.
-      // FIXME: We need to check whether we're in a preprocessor directive, even
-      // if all tokens fit - the next line might be a preprocessor directive,
-      // too, in which case we need to account for the possible escaped newline.
       if (Columns > Style.ColumnLimit - (Line.InPPDirective ? 1 : 0) ||
           (Annotations[i].MustBreakBefore &&
            Annotations[i].Type != TokenAnnotation::TT_CtorInitializerColon)) {