]> granicus.if.org Git - clang/commit
Dropped the parentheses for #pragma message and its kin in the -E output generator.
authorAndy Gibbs <andyg1001@hotmail.co.uk>
Thu, 18 Apr 2013 16:49:37 +0000 (16:49 +0000)
committerAndy Gibbs <andyg1001@hotmail.co.uk>
Thu, 18 Apr 2013 16:49:37 +0000 (16:49 +0000)
commit688f2a1fc1ac38e8b7b602ab8afc69cdfa7492bf
tree5e7d574569c8a96649e6cb67e6319dd1654f734e
parent4d6bc1884447a7e5b3c2def09bd307c96e44241e
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179771 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/PrintPreprocessedOutput.cpp
test/Lexer/pragma-message2.c [new file with mode: 0644]
test/Lexer/pragma-operators.cpp