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

Ted Kremenek kremenek at apple.com
Thu Jan 27 14:00:03 PST 2011


Author: kremenek
Date: Thu Jan 27 16:00:02 2011
New Revision: 124445

URL: http://llvm.org/viewvc/llvm-project?rev=124445&view=rev
Log:
Adjust casing of attributes in examples.

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=124445&r1=124444&r2=124445&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/annotations.html (original)
+++ cfe/trunk/www/analyzer/annotations.html Thu Jan 27 16:00:02 2011
@@ -376,7 +376,7 @@
 
 #ifndef NS_CONSUMED
 #if __has_feature(attribute_ns_consumed)
-<span class="code_highlight">#define NS_CONSUMED __attribute__((NS_CONSUMED))</span>
+<span class="code_highlight">#define NS_CONSUMED __attribute__((ns_consumed))</span>
 #else
 #define NS_CONSUMED
 #endif
@@ -428,7 +428,7 @@
 
 #ifndef CF_CONSUMED
 #if __has_feature(attribute_cf_consumed)
-<span class="code_highlight">#define CF_CONSUMED __attribute__((CF_CONSUMED))</span>
+<span class="code_highlight">#define CF_CONSUMED __attribute__((cf_consumed))</span>
 #else
 #define CF_CONSUMED
 #endif





More information about the cfe-commits mailing list