]> granicus.if.org Git - clang/commitdiff
[analyzer] WWW: Mention that we do not support "noreturn" for methods.
authorAnna Zaks <ganna@apple.com>
Mon, 11 Jun 2012 22:09:41 +0000 (22:09 +0000)
committerAnna Zaks <ganna@apple.com>
Mon, 11 Jun 2012 22:09:41 +0000 (22:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158330 91177308-0d34-0410-b5e6-96231b3b80d8

www/analyzer/annotations.html

index 9e3583de3cad39b53dcf39d4f3b29360fb19b6a8..bb4bc448c7f4910cd8839ba0ee57e17e2e442f4a 100644 (file)
@@ -541,7 +541,8 @@ some action that depends on that condition (e.g., dereferencing a pointer).</p>
 <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>