summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticSemaKinds.td
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2018-11-20 16:32:46 +0000
committerErich Keane <erich.keane@intel.com>2018-11-20 16:32:46 +0000
commita0372123a05b65ef80267122a7f33121026bdf81 (patch)
tree178e94538bfb60344c19883e08f251ce6777936a /include/clang/Basic/DiagnosticSemaKinds.td
parentb918bb9ddb1f23ec287ba6cb7b3cd7352acb205c (diff)
[NFC] Remove MS line endings in diagnostics file.
Change-Id: I74704acf052e2e8fe707f18230bc5655c2bf2a91 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347322 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/DiagnosticSemaKinds.td')
-rw-r--r--include/clang/Basic/DiagnosticSemaKinds.td18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td
index 42eef11ae1..a7450817b1 100644
--- a/include/clang/Basic/DiagnosticSemaKinds.td
+++ b/include/clang/Basic/DiagnosticSemaKinds.td
@@ -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">,
- 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<
+ "__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<