[clang] [Clang] Fix typo in ItaniumRecordLayoutBuilder API (PR #118563)

2024-12-09 Thread Eric Wang via cfe-commits
https://github.com/Ptkyr updated https://github.com/llvm/llvm-project/pull/118563 >From 6d723faf919c3fe3788700a5fc639ebd856aa6d7 Mon Sep 17 00:00:00 2001 From: Eric Wang <48936088+pt...@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:04:14 -0500 Subject: [PATCH] [Clang] Fix typo in ItaniumRec

[clang] [Clang] Fix typo in ItaniumRecordLayoutBuilder API (PR #118563)

2024-12-04 Thread Eric Wang via cfe-commits
@@ -818,7 +818,7 @@ class ItaniumRecordLayoutBuilder { void setSize(CharUnits NewSize) { Size = Context.toBits(NewSize); } void setSize(uint64_t NewSize) { Size = NewSize; } - CharUnits getAligment() const { return Alignment; } + CharUnits getAlignment() const { return A

[clang] [Clang] Fix typo in ItaniumRecordLayoutBuilder API (PR #118563)

2024-12-03 Thread Eric Wang via cfe-commits
https://github.com/Ptkyr created https://github.com/llvm/llvm-project/pull/118563 None >From 6d723faf919c3fe3788700a5fc639ebd856aa6d7 Mon Sep 17 00:00:00 2001 From: Eric Wang <48936088+pt...@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:04:14 -0500 Subject: [PATCH] [Clang] Fix typo in Itan

[clang] {Clang] Fix typo in ItaniumRecordLayoutBuilder API (PR #118561)

2024-12-03 Thread Eric Wang via cfe-commits
https://github.com/Ptkyr closed https://github.com/llvm/llvm-project/pull/118561 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] {Clang] Fix typo in ItaniumRecordLayoutBuilder API (PR #118561)

2024-12-03 Thread Eric Wang via cfe-commits
https://github.com/Ptkyr created https://github.com/llvm/llvm-project/pull/118561 None >From 26596a6be92de4a5f2c94cf12e05d37739f47749 Mon Sep 17 00:00:00 2001 From: Eric Wang <48936088+pt...@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:57:28 -0500 Subject: [PATCH] {Clang] Fix typo in Itan