[PATCH] D133202: [Clang] Avoid __builtin_assume_aligned crash when the 1st arg is array type
Lin Yurong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 8 08:32:12 PDT 2022
yronglin added a comment.
Seems that a builtin can't be redeclared which has custom type checking
https://github.com/llvm/llvm-project/blob/ec8f2905a33ba970543c8edb4141c47f30d325f7/clang/lib/Basic/Builtins.cpp#L210-L214
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133202/new/
https://reviews.llvm.org/D133202
More information about the cfe-commits
mailing list