[PATCH] D131979: [clang][UBSan] Fix __builtin_assume_aligned crash

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 16 10:34:21 PDT 2022


erichkeane added a comment.

I think the correct answer here is instead to prohibit using this on array/string literal types in Sema instead of just ignoring the call.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131979/new/

https://reviews.llvm.org/D131979



More information about the cfe-commits mailing list