Fix HTML highlighting and add missing line.

llvm-svn: 124362
This commit is contained in:
Ted Kremenek 2011-01-27 07:02:03 +00:00
parent 4272cbdff5
commit 35389de110
1 changed files with 2 additions and 1 deletions

View 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