[Lldb-commits] [clang] [clang-tools-extra] [libcxx] [lldb] [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar types instead of built-in types (PR #143653)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 18 08:53:25 PDT 2025
YexuanXiao wrote:
> Maybe split out the type sugar part from the warning part when you resubmit? We could merge the type sugar part back straight away, while the warnings are improved.
I'll relax the checks to prevent false positives (only reporting UB and no longer reporting non-portable). This should be the simplest approach for now, avoiding the need to separate the two parts of the code again. Even if we only keep the type sugar, we'll still need to adjust the format string checking code because some tests need to recognize the new sugar types, that was actually why I modified it in the first place.
https://github.com/llvm/llvm-project/pull/143653
More information about the lldb-commits
mailing list