[clang] Revert "[C23] Add __TYPE_FMTB__ and __TYPE_FMTb__ predefined macros" (PR #82070)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 16 15:55:40 PST 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 35cfaeced4ced393c3738d2ff4509e5090b771a7 cecfa36eb0bac0e61ba88a96fac5b52a01c46d50 -- clang/lib/Frontend/InitPreprocessor.cpp clang/test/Preprocessor/init.c
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/clang/lib/Frontend/InitPreprocessor.cpp b/clang/lib/Frontend/InitPreprocessor.cpp
index 1b250cda42..4890031fd2 100644
--- a/clang/lib/Frontend/InitPreprocessor.cpp
+++ b/clang/lib/Frontend/InitPreprocessor.cpp
@@ -296,7 +296,6 @@ static void DefineFastIntType(unsigned TypeWidth, bool IsSigned,
DefineFmt(Prefix + Twine(TypeWidth), Ty, TI, Builder);
}
-
/// Get the value the ATOMIC_*_LOCK_FREE macro should have for a type with
/// the specified properties.
static const char *getLockFreeValue(unsigned TypeWidth, const TargetInfo &TI) {
``````````
</details>
https://github.com/llvm/llvm-project/pull/82070
More information about the cfe-commits
mailing list