aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-01-27 07:02:03 +0000
committerTed Kremenek <kremenek@apple.com>2011-01-27 07:02:03 +0000
commite2abf099d724b582d6f4398bdb6af0805b2f99cb (patch)
tree22c0d7723a5d20a3e594171c9d74a40ac609c536
parenta018c27fa59cb9fbd04629703c882ed560be8c99 (diff)
Fix HTML highlighting and add missing line.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124362 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/analyzer/annotations.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/analyzer/annotations.html b/www/analyzer/annotations.html
index a08573a4c1..4308fa4ffc 100644
--- a/www/analyzer/annotations.html
+++ b/www/analyzer/annotations.html
@@ -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