diff options
author | Anna Zaks <ganna@apple.com> | 2012-06-11 22:09:41 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2012-06-11 22:09:41 +0000 |
commit | 5e6d5bedf60140da2ebb6f178a6e8119ec2a9c06 (patch) | |
tree | 27b16d06fd4d96cf51d2ae45c9b639c87be8f196 | |
parent | b1756ef7b643fcc79dce0bdd1539a9b2eb8cf9e0 (diff) |
[analyzer] WWW: Mention that we do not support "noreturn" for methods.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158330 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/analyzer/annotations.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/analyzer/annotations.html b/www/analyzer/annotations.html index 9e3583de3c..bb4bc448c7 100644 --- a/www/analyzer/annotations.html +++ b/www/analyzer/annotations.html @@ -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> |