From: Ted Kremenek Date: Thu, 27 Jan 2011 07:02:03 +0000 (+0000) Subject: Fix HTML highlighting and add missing line. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2abf099d724b582d6f4398bdb6af0805b2f99cb;p=clang Fix HTML highlighting and add missing line. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124362 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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:

#if __has_feature((attribute_ns_consumes_self)) +#if __has_feature((attribute_ns_consumes_self)) +#define NS_CONSUMES_SELF __attribute__((ns_consumes_self)) #else #define NS_CONSUMES_SELF #endif