Address review comment on r256595

llvm-svn: 256600
This commit is contained in:
Nico Weber
2015-12-29 23:30:42 +00:00
parent ce1e53bb48
commit 0315920629

View File

@@ -60,7 +60,7 @@ def ext_charize_microsoft : Extension<
"charizing operator #@ is a Microsoft extension">,
InGroup<MicrosoftCharize>;
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<MicrosoftCommentPaste>;
def ext_ctrl_z_eof_microsoft : Extension<
"treating Ctrl-Z as end-of-file is a Microsoft extension">,