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 5c8ea21 commit 4aa002bCopy full SHA for 4aa002b
lib/ClangImporter/ImportType.cpp
@@ -2739,7 +2739,8 @@ ParameterList *ClangImporter::Implementation::importFunctionParameterList(
2739
2740
bool knownNonNull = !nonNullArgs.empty() && nonNullArgs[index];
2741
// Specialized templates need to match the args/result exactly.
2742
- knownNonNull |= clangDecl->isFunctionTemplateSpecialization();
+ /*knownNonNull |= clangDecl->isFunctionTemplateSpecialization();*/
2743
+ // FIXME: for CI test, DO NOT MERGE ME
2744
2745
// Check nullability of the parameter.
2746
OptionalTypeKind optionalityOfParam =
0 commit comments