Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit e2abf09

Browse files
committed
Fix HTML highlighting and add missing line.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124362 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent a018c27 commit e2abf09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

www/analyzer/annotations.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,8 @@ <h4 id="attr_ns_consumes_self">Attribute 'ns_consumes_self'
368368
#endif
369369

370370
#ifndef NS_CONSUMES_SELF
371-
<span class="code_highlight">#if __has_feature((attribute_ns_consumes_self))</span>
371+
#if __has_feature((attribute_ns_consumes_self))
372+
<span class="code_highlight">#define NS_CONSUMES_SELF __attribute__((ns_consumes_self))</span>
372373
#else
373374
#define NS_CONSUMES_SELF
374375
#endif

0 commit comments

Comments
 (0)