r246359 - [AST] Don't crash when comparing incomplete object

Renato Golin via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 29 04:56:39 PDT 2015


On 29 August 2015 at 09:32, David Majnemer via cfe-commits
<cfe-commits at lists.llvm.org> wrote:
> Author: majnemer
> Date: Sat Aug 29 03:32:55 2015
> New Revision: 246359
>
> URL: http://llvm.org/viewvc/llvm-project?rev=246359&view=rev
> Log:
> [AST] Don't crash when comparing incomplete object
>
> We cannot tell if an object is past-the-end if its type is incomplete.
> Zero sized objects satisfy past-the-end criteria and our object might
> turn out to be such an object.

Hi David,

With all the bots broken by other reasons, just making sure you're
aware of this:

http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/96

cheers,
--renato


More information about the cfe-commits mailing list