[libcxx-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)

Erich Keane via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 7 07:17:59 PDT 2025


================
@@ -696,11 +696,17 @@ void TypeLocWriter::VisitPipeTypeLoc(PipeTypeLoc TL) {
 void TypeLocWriter::VisitBitIntTypeLoc(clang::BitIntTypeLoc TL) {
   addSourceLocation(TL.getNameLoc());
 }
+
----------------
erichkeane wrote:

Another unrelated change.

https://github.com/llvm/llvm-project/pull/143653


More information about the libcxx-commits mailing list