Skip to content

Commit

Permalink
Add ext_backslash_newline_eof to Wnewline-eof group.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135830 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
AnnaZaks committed Jul 23, 2011
1 parent 8cc4fd7 commit 46f7272
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/clang/Basic/DiagnosticLexKinds.td
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ 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">;
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">;

Expand Down

0 comments on commit 46f7272

Please sign in to comment.