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)
commit24853c123adff6c4ec6546a135979483a538d00b
tree2a8b5864ac3dd35ff80e30343191008638409d06
parent90203dc85535e95da5ab367448cdbce55c15bc5a
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').

llvm-svn: 239363
clang/lib/Parse/ParsePragma.cpp
clang/test/Parser/pragma-loop.cpp