r196534 - Mark auto-generated file as auto-generated, as suggested by Alp.
Richard Smith
richard-llvm at metafoo.co.uk
Thu Dec 5 13:08:20 PST 2013
Author: rsmith
Date: Thu Dec 5 15:08:20 2013
New Revision: 196534
URL: http://llvm.org/viewvc/llvm-project?rev=196534&view=rev
Log:
Mark auto-generated file as auto-generated, as suggested by Alp.
Modified:
cfe/trunk/www/cxx_dr_status.html
cfe/trunk/www/make_cxx_dr_status
Modified: cfe/trunk/www/cxx_dr_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_dr_status.html?rev=196534&r1=196533&r2=196534&view=diff
==============================================================================
--- cfe/trunk/www/cxx_dr_status.html (original)
+++ cfe/trunk/www/cxx_dr_status.html Thu Dec 5 15:08:20 2013
@@ -1,5 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
+<!-- This file is auto-generated by make_cxx_dr_status. Do not modify. -->
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -523,7 +524,7 @@
<tr>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#81">81</a></td>
<td>NAD</td>
- <td>Null pointers and C compatibility</td>
+ <td>Null pointers and C compatability</td>
<td class="na" align="center">N/A</td>
</tr>
<tr>
Modified: cfe/trunk/www/make_cxx_dr_status
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/make_cxx_dr_status?rev=196534&r1=196533&r2=196534&view=diff
==============================================================================
--- cfe/trunk/www/make_cxx_dr_status (original)
+++ cfe/trunk/www/make_cxx_dr_status Thu Dec 5 15:08:20 2013
@@ -51,6 +51,7 @@ out_file = file(output, 'w')
print >> out_file, '''\
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
+<!-- This file is auto-generated by make_cxx_dr_status. Do not modify. -->
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
More information about the cfe-commits
mailing list