[clang] 2f1673e - Follow up on #147623
Owen Pan via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 11 18:15:44 PDT 2025
Author: Owen Pan
Date: 2025-07-11T18:15:27-07:00
New Revision: 2f1673eaa0e3b0c98cdd66429849ec27e220055b
URL: https://github.com/llvm/llvm-project/commit/2f1673eaa0e3b0c98cdd66429849ec27e220055b
DIFF: https://github.com/llvm/llvm-project/commit/2f1673eaa0e3b0c98cdd66429849ec27e220055b.diff
LOG: Follow up on #147623
Added:
Modified:
clang/lib/AST/ExprConstant.cpp
clang/lib/Format/Format.cpp
Removed:
################################################################################
diff --git a/clang/lib/AST/ExprConstant.cpp b/clang/lib/AST/ExprConstant.cpp
index 9092668c67d92..419dd5dbdc695 100644
--- a/clang/lib/AST/ExprConstant.cpp
+++ b/clang/lib/AST/ExprConstant.cpp
@@ -66,6 +66,7 @@
#include "llvm/Support/raw_ostream.h"
#include <cstring>
#include <functional>
+#include <limits>
#include <optional>
#define DEBUG_TYPE "exprconstant"
diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp
index 8b217bcbeece6..4956607602be0 100644
--- a/clang/lib/Format/Format.cpp
+++ b/clang/lib/Format/Format.cpp
@@ -22,7 +22,6 @@
#include "UnwrappedLineFormatter.h"
#include "UsingDeclarationsSorter.h"
#include "clang/Tooling/Inclusions/HeaderIncludes.h"
-
#include "llvm/ADT/Sequence.h"
#include <limits>
More information about the cfe-commits
mailing list