]> granicus.if.org Git - clang/commitdiff
[NFC] Remove MS line endings in diagnostics file.
authorErich Keane <erich.keane@intel.com>
Tue, 20 Nov 2018 16:32:46 +0000 (16:32 +0000)
committerErich Keane <erich.keane@intel.com>
Tue, 20 Nov 2018 16:32:46 +0000 (16:32 +0000)
Change-Id: I74704acf052e2e8fe707f18230bc5655c2bf2a91

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347322 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index 42eef11ae1db02600cdb884d50e933109e1249f3..a7450817b18fcf828962e8865710880c897cfc8c 100644 (file)
@@ -9478,15 +9478,15 @@ def warn_block_literal_qualifiers_on_omitted_return_type : Warning<
   InGroup<IgnoredQualifiers>;
 
 def ext_warn_gnu_final : ExtWarn<
-  "__final is a GNU extension, consider using C++11 final">,\r
-  InGroup<GccCompat>;\r
-\r
-def warn_shadow_field : Warning<\r
-  "%select{parameter|non-static data member}3 %0 %select{|of %1 }3shadows "\r
-  "member inherited from type %2">, InGroup<ShadowField>, DefaultIgnore;\r
-def note_shadow_field : Note<"declared here">;\r
-\r
-def err_multiversion_required_in_redecl : Error<\r
+  "__final is a GNU extension, consider using C++11 final">,
+  InGroup<GccCompat>;
+
+def warn_shadow_field : Warning<
+  "%select{parameter|non-static data member}3 %0 %select{|of %1 }3shadows "
+  "member inherited from type %2">, InGroup<ShadowField>, DefaultIgnore;
+def note_shadow_field : Note<"declared here">;
+
+def err_multiversion_required_in_redecl : Error<
   "function declaration is missing %select{'target'|'cpu_specific' or "
   "'cpu_dispatch'}0 attribute in a multiversioned function">;
 def note_multiversioning_caused_here : Note<