We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11325fd commit 2f1673eCopy full SHA for 2f1673e
clang/lib/AST/ExprConstant.cpp
@@ -66,6 +66,7 @@
66
#include "llvm/Support/raw_ostream.h"
67
#include <cstring>
68
#include <functional>
69
+#include <limits>
70
#include <optional>
71
72
#define DEBUG_TYPE "exprconstant"
clang/lib/Format/Format.cpp
@@ -22,7 +22,6 @@
22
#include "UnwrappedLineFormatter.h"
23
#include "UsingDeclarationsSorter.h"
24
#include "clang/Tooling/Inclusions/HeaderIncludes.h"
25
-
26
#include "llvm/ADT/Sequence.h"
27
#include <limits>
28
0 commit comments