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 52e5683 commit 751db4bCopy full SHA for 751db4b
clang/include/clang/Sema/Sema.h
@@ -872,8 +872,6 @@ class Sema final : public SemaBase {
872
/// For example, user-defined classes, built-in "id" type, etc.
873
Scope *TUScope;
874
875
- bool WarnedStackExhausted = false;
876
-
877
void incrementMSManglingNumber() const {
878
return CurScope->incrementMSManglingNumber();
879
}
@@ -1185,6 +1183,8 @@ class Sema final : public SemaBase {
1185
1183
std::optional<std::unique_ptr<DarwinSDKInfo>> CachedDarwinSDKInfo;
1186
1184
bool WarnedDarwinSDKInfoMissing = false;
1187
+ bool WarnedStackExhausted = false;
+
1188
Sema(const Sema &) = delete;
1189
void operator=(const Sema &) = delete;
1190
0 commit comments