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 18703c3 commit a42edc3Copy full SHA for a42edc3
clang/include/clang/APINotes/Types.h
@@ -263,13 +263,6 @@ class ContextInfo : public CommonTypeInfo {
263
SwiftObjCMembers = Value.value_or(false);
264
}
265
266
- /// Strip off any information within the class information structure that is
267
- /// module-local, such as 'audited' flags.
268
- void stripModuleLocalInfo() {
269
- HasDefaultNullability = false;
270
- DefaultNullability = 0;
271
- }
272
-
273
friend bool operator==(const ContextInfo &, const ContextInfo &);
274
275
ContextInfo &operator|=(const ContextInfo &RHS) {
0 commit comments