[cfe-commits] r68746 - in /cfe/trunk: include/clang/AST/Attr.h include/clang/Parse/AttributeList.h lib/Analysis/GRExprEngine.cpp lib/Parse/AttributeList.cpp lib/Sema/SemaDeclAttr.cpp test/Analysis/misc-ps.m
Chris Lattner
clattner at apple.com
Thu Apr 9 21:42:01 PDT 2009
On Apr 9, 2009, at 5:01 PM, Ted Kremenek wrote:
> Author: kremenek
> Date: Thu Apr 9 19:01:14 2009
> New Revision: 68746
>
> URL: http://llvm.org/viewvc/llvm-project?rev=68746&view=rev
> Log:
> Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>).
> This allows
> clients of the analyzer to designate custom assertion routines as
> "noreturn"
> functions from the analyzer's perspective but not the compiler's.
Thanks Ted,
Can you please document this briefly in the language extensions
section of the manual?
-Chris
More information about the cfe-commits
mailing list