[libcxx] r210162 - Add a note about debug mode being non-functional

Marshall Clow mclow.lists at gmail.com
Tue Jun 3 21:49:50 PDT 2014


Author: marshall
Date: Tue Jun  3 23:49:49 2014
New Revision: 210162

URL: http://llvm.org/viewvc/llvm-project?rev=210162&view=rev
Log:
Add a note about debug mode being non-functional

Modified:
    libcxx/trunk/www/debug_mode.html

Modified: libcxx/trunk/www/debug_mode.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/debug_mode.html?rev=210162&r1=210161&r2=210162&view=diff
==============================================================================
--- libcxx/trunk/www/debug_mode.html (original)
+++ libcxx/trunk/www/debug_mode.html Tue Jun  3 23:49:49 2014
@@ -11,6 +11,11 @@ Work is beginning on a libc++ debug mode
 record which parts of libc++ have debug mode support.
 </p>
 
+<p>
+Note: Debug mode is currently not functional. Defining _LIBCPP_DEBUG will result
+in fairly nasty compile errors.
+</p>
+
 <table border=1>
 <tr>
 <th>Section</th>
@@ -151,6 +156,7 @@ At present the table is known to not be
 in approximate priority order.
 </p>
 
+<p>Last Updated: 3-June-2014</p>
 
 </body>
 </html>





More information about the cfe-commits mailing list