From: Nico Weber Date: Tue, 29 Dec 2015 23:30:42 +0000 (+0000) Subject: Address review comment on r256595 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5112de19bd07a55fd2432f3340acb3c67ad1659c;p=clang Address review comment on r256595 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256600 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticLexKinds.td b/include/clang/Basic/DiagnosticLexKinds.td index bf86b7077c..ed6ff20f5c 100644 --- a/include/clang/Basic/DiagnosticLexKinds.td +++ b/include/clang/Basic/DiagnosticLexKinds.td @@ -60,7 +60,7 @@ def ext_charize_microsoft : Extension< "charizing operator #@ is a Microsoft extension">, InGroup; def ext_comment_paste_microsoft : Extension< - "pasting two '/' tokens into a '//' comment token is a Microsoft extension">, + "pasting two '/' tokens into a '//' comment is a Microsoft extension">, InGroup; def ext_ctrl_z_eof_microsoft : Extension< "treating Ctrl-Z as end-of-file is a Microsoft extension">,