[cfe-commits] r133405 - in /cfe/trunk: include/clang/AST/Type.h lib/AST/Type.cpp lib/Sema/SemaExpr.cpp
Chandler Carruth
chandlerc at gmail.com
Sun Jun 19 22:21:03 PDT 2011
On Sun, Jun 19, 2011 at 9:54 PM, John McCall <rjmccall at apple.com> wrote:
> Neither block pointers nor member pointers permit pointer
> arithmetic, so this predicate seems completely pointless.
>
FYI for the rest of the list, after discussing in IRC, John pointed out that
even our current use of the predicates was simply wrong. ;] Compelling
evidence that the predicates aren't well defined. Cleanup forthcoming.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110619/f70ea1ec/attachment.html>
More information about the cfe-commits
mailing list