Skip to content
Snippets Groups Projects
Commit 6868b35f authored by Anna Zaks's avatar Anna Zaks
Browse files

Remove unused diagnostic definition.

llvm-svn: 136165
parent 970fa44d
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,6 @@ def ext_bcpl_comment : Extension<
InGroup<Comment>;
def ext_no_newline_eof : Extension<"no newline at end of file">,
InGroup<DiagGroup<"newline-eof">>;
def ext_backslash_newline_eof : Extension<"backslash-newline at end of file">,
InGroup<DiagGroup<"newline-eof">>;
def ext_dollar_in_identifier : Extension<"'$' in identifier">;
def charize_microsoft_ext : Extension<"@# is a microsoft extension">;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment