[PATCH] D92001: [ubsan] Fix crash on __builtin_assume_aligned
Orivej Desh via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 23 21:31:37 PST 2020
orivej added a comment.
Sorry, I don't understand the issue and can't write a better description.
Since this test triggers an assert in getCommonPtr that it "Cannot retrieve a NULL type pointer" of Ty->getPointeeType(), the fix just checks that the pointee is not null before using isVolatileQualified.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92001/new/
https://reviews.llvm.org/D92001
More information about the cfe-commits
mailing list