[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 via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Eric Wang (Ptkyr) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/118561.diff 1 Files Affected: - (modified) clang/lib/AST/RecordLayoutBuilder.cpp (+1-1) ``diff diff --git a/clang/lib/AST/RecordLayoutBuilder

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

2024-12-03 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[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