]> granicus.if.org Git - clang/commit
Correct Loop Hint Diagnostic Message
authorTyler Nowicki <tyler.nowicki@gmail.com>
Mon, 8 Jun 2015 23:13:43 +0000 (23:13 +0000)
committerTyler Nowicki <tyler.nowicki@gmail.com>
Mon, 8 Jun 2015 23:13:43 +0000 (23:13 +0000)
commit64a78e0baab0bffb302996f47efbda51faac598d
treeb1d7660009a76648bda6a9516119027ca30dba25
parente22e0cdf40890c7d61e907069a1f3f678c7ea3fe
Correct Loop Hint Diagnostic Message

When pragma clang loop unroll() is specified without an argument the diagnostic message should inform that user that 'full' and 'disable' are valid arguments (not 'enable').

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239363 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParsePragma.cpp
test/Parser/pragma-loop.cpp