[cfe-commits] r124362 - /cfe/trunk/www/analyzer/annotations.html

Ted Kremenek kremenek at apple.com
Wed Jan 26 23:02:03 PST 2011


Author: kremenek
Date: Thu Jan 27 01:02:03 2011
New Revision: 124362

URL: http://llvm.org/viewvc/llvm-project?rev=124362&view=rev
Log:
Fix HTML highlighting and add missing line.

Modified:
    cfe/trunk/www/analyzer/annotations.html

Modified: cfe/trunk/www/analyzer/annotations.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/annotations.html?rev=124362&r1=124361&r2=124362&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/annotations.html (original)
+++ cfe/trunk/www/analyzer/annotations.html Thu Jan 27 01:02:03 2011
@@ -368,7 +368,8 @@
 #endif
 
 #ifndef NS_CONSUMES_SELF
-<span class="code_highlight">#if __has_feature((attribute_ns_consumes_self))</span>
+#if __has_feature((attribute_ns_consumes_self))
+<span class="code_highlight">#define NS_CONSUMES_SELF __attribute__((ns_consumes_self))</span>
 #else
 #define NS_CONSUMES_SELF
 #endif





More information about the cfe-commits mailing list