]> granicus.if.org Git - clang/commitdiff
Fix HTML highlighting and add missing line.
authorTed Kremenek <kremenek@apple.com>
Thu, 27 Jan 2011 07:02:03 +0000 (07:02 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 27 Jan 2011 07:02:03 +0000 (07:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124362 91177308-0d34-0410-b5e6-96231b3b80d8

www/analyzer/annotations.html

index a08573a4c109925deb5157f7b28d2bd8386d69ec..4308fa4ffc37d6f1afb1fbd1b07a3bf620232ff6 100644 (file)
@@ -368,7 +368,8 @@ its availability, as it is not available in earlier versions of the analyzer:</p
 #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