From: Tyler Nowicki Date: Fri, 13 Jun 2014 17:15:27 +0000 (+0000) Subject: First commit. Modified FIXME comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b61bfeb59b9048b9fc43977e5ef388ccd5747fd7;p=clang First commit. Modified FIXME comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210918 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Parse/ParsePragma.cpp b/lib/Parse/ParsePragma.cpp index 08e396a276..1bdf5b001d 100644 --- a/lib/Parse/ParsePragma.cpp +++ b/lib/Parse/ParsePragma.cpp @@ -623,8 +623,8 @@ LoopHint Parser::HandlePragmaLoopHint() { Hint.Range = SourceRange(Info->Option.getLocation(), Info->Value.getLocation()); - // FIXME: We should support template parameters for the loop hint value. - // See bug report #19610 + // FIXME: We should allow non-type template parameters for the loop hint + // value. See bug report #19610 if (Info->Value.is(tok::numeric_constant)) Hint.ValueExpr = Actions.ActOnNumericConstant(Info->Value).get(); else