[cfe-commits] r158330 - /cfe/trunk/www/analyzer/annotations.html

Anna Zaks ganna at apple.com
Mon Jun 11 15:09:41 PDT 2012


Author: zaks
Date: Mon Jun 11 17:09:41 2012
New Revision: 158330

URL: http://llvm.org/viewvc/llvm-project?rev=158330&view=rev
Log:
[analyzer] WWW: Mention that we do not support "noreturn" for methods.

Modified:
    cfe/trunk/www/analyzer/annotations.html

Modified: cfe/trunk/www/analyzer/annotations.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/annotations.html?rev=158330&r1=158329&r2=158330&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/annotations.html (original)
+++ cfe/trunk/www/analyzer/annotations.html Mon Jun 11 17:09:41 2012
@@ -541,7 +541,8 @@
 <p>The analyzer knows about several well-known assertion handlers, but can
 automatically infer if a function should be treated as an assertion handler if
 it is annotated with the 'noreturn' attribute or the (Clang-specific)
-'analyzer_noreturn' attribute.</p>
+'analyzer_noreturn' attribute. Note that, currently, clang does not support 
+these attributes on Objective-C methods and C++ methods.</p>
 
 <h4 id="attr_noreturn">Attribute 'noreturn'</h4>
 





More information about the cfe-commits mailing list