[clang] [ItaniumMangle] Use mangleType instead of mangleNameOrStandardSubstitution in mangleCXXCtorVTable function (PR #109970)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 27 00:14:04 PDT 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff 614aeda93b2225c6eb42b00ba189ba7ca2585c60 b2c397bd45f690394e55e889f11080c0b718eb5d --extensions h,cpp -- clang/include/clang/Basic/LangOptions.h clang/lib/AST/ItaniumMangle.cpp clang/lib/Frontend/CompilerInvocation.cpp clang/test/CodeGenCXX/mangle-subst.cpp clang/test/CodeGenCXX/mangle.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/clang/include/clang/Basic/LangOptions.h b/clang/include/clang/Basic/LangOptions.h
index 83c38a63a3..80cb2dba6c 100644
--- a/clang/include/clang/Basic/LangOptions.h
+++ b/clang/include/clang/Basic/LangOptions.h
@@ -242,7 +242,6 @@ public:
/// - Incorrect Mangling of CXXCtorVTable
Ver19,
-
/// Conform to the underlying platform's C and C++ ABIs as closely
/// as we can.
Latest
``````````
</details>
https://github.com/llvm/llvm-project/pull/109970
More information about the cfe-commits
mailing list