]> granicus.if.org Git - clang/commitdiff
Fix more inconsistent line endings. NFC.
authorDimitry Andric <dimitry@andric.com>
Mon, 18 Dec 2017 19:46:56 +0000 (19:46 +0000)
committerDimitry Andric <dimitry@andric.com>
Mon, 18 Dec 2017 19:46:56 +0000 (19:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321016 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/OperationKinds.def
lib/Parse/ParseTemplate.cpp
www/cxx_dr_status.html

index 2aec98a6dc78c2ec575f70a4d0e4637d05550e5b..b13cf3b63276fecc06eee82ce2b51895f08602b7 100644 (file)
@@ -327,7 +327,7 @@ CAST_OPERATION(ZeroToOCLQueue)
 // Convert a pointer to a different address space.
 CAST_OPERATION(AddressSpaceConversion)
 
-// Convert an integer initializer to an OpenCL sampler.\r
+// Convert an integer initializer to an OpenCL sampler.
 CAST_OPERATION(IntToOCLSampler)
 
 //===- Binary Operations  -------------------------------------------------===//
index fe17d65a27ae8ed6c9d26741f6e19853739c3782..6df9df804fd7e7b9577e2ae1c4efec90a95fc733 100644 (file)
@@ -1024,8 +1024,8 @@ bool Parser::AnnotateTemplateIdToken(TemplateTy Template, TemplateNameKind TNK,
             ? OO_None
             : TemplateName.OperatorFunctionId.Operator;
 
-    TemplateIdAnnotation *TemplateId = TemplateIdAnnotation::Create(\r
-      SS, TemplateKWLoc, TemplateNameLoc, TemplateII, OpKind, Template, TNK,\r
+    TemplateIdAnnotation *TemplateId = TemplateIdAnnotation::Create(
+      SS, TemplateKWLoc, TemplateNameLoc, TemplateII, OpKind, Template, TNK,
       LAngleLoc, RAngleLoc, TemplateArgs, TemplateIds);
     
     Tok.setAnnotationValue(TemplateId);
index 4402c33a390bb9a64febe9517b9377358f504f81..5bea91aa82345667a97d9f972d0b215101ac0665 100644 (file)
   <tr id="209">
     <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#209">209</a></td>
     <td>NAD</td>
-    <td>Must friend declaration names be\r
+    <td>Must friend declaration names be
 accessible?</td>
     <td class="full" align="center">Yes</td>
   </tr>
@@ -1653,7 +1653,7 @@ accessible?</td>
   <tr id="269">
     <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#269">269</a></td>
     <td>NAD</td>
-    <td>Order of initialization of multiply-defined static data members\r
+    <td>Order of initialization of multiply-defined static data members
 of class templates</td>
     <td class="na" align="center">N/A</td>
   </tr>
@@ -3268,8 +3268,8 @@ of class templates</td>
   <tr id="538">
     <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#538">538</a></td>
     <td>CD1</td>
-    <td>Definition and usage\r
-of <I>structure</I>, <I>POD-struct</I>, <I>POD-union</I>,\r
+    <td>Definition and usage
+of <I>structure</I>, <I>POD-struct</I>, <I>POD-union</I>,
 and <I>POD class</I></td>
     <td class="na" align="center">N/A</td>
   </tr>