From 96d93907eb84ac16eea246f459fe961a7c78c8ac Mon Sep 17 00:00:00 2001 From: Andy Gibbs Date: Thu, 18 Apr 2013 16:49:37 +0000 Subject: Dropped the parentheses for #pragma message and its kin in the -E output generator. This was a suggestion by Jordan Rose since the documented format for these pragmas is without the parentheses. At the same time, I've increased test coverage too for the preprocessed output. llvm-svn: 179771 --- clang/test/Lexer/pragma-operators.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Lexer/pragma-operators.cpp') diff --git a/clang/test/Lexer/pragma-operators.cpp b/clang/test/Lexer/pragma-operators.cpp index 6a5a498a151..7402f9f8c4b 100644 --- a/clang/test/Lexer/pragma-operators.cpp +++ b/clang/test/Lexer/pragma-operators.cpp @@ -32,6 +32,6 @@ B(foo) // CHECK: #pragma comment(lib, "libfoo") // CHECK: #pragma clang diagnostic ignored "-Wunused" // CHECK: #pragma clang diagnostic error "-Wunused" -// CHECK: #pragma message("\042Hello\042, world!") +// CHECK: #pragma message "\042Hello\042, world!" // CHECK: 0; int n = pragma_L pragma_u8 pragma_u pragma_U pragma_R pragma_UR pragma_hello 0; -- cgit v1.2.3