AST: Incomplete types might be zero sized
Comparing the address of an object with an incomplete type might return true with a 'distinct' object if the former has a size of zero. However, such an object should compare unequal with null. llvm-svn: 224040
Loading
Please register or sign in to comment