Skip to content

Commit 4aa002b

Browse files
committed
Trying out what happens if I comment this out
1 parent 5c8ea21 commit 4aa002b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/ClangImporter/ImportType.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2739,7 +2739,8 @@ ParameterList *ClangImporter::Implementation::importFunctionParameterList(
27392739

27402740
bool knownNonNull = !nonNullArgs.empty() && nonNullArgs[index];
27412741
// Specialized templates need to match the args/result exactly.
2742-
knownNonNull |= clangDecl->isFunctionTemplateSpecialization();
2742+
/*knownNonNull |= clangDecl->isFunctionTemplateSpecialization();*/
2743+
// FIXME: for CI test, DO NOT MERGE ME
27432744

27442745
// Check nullability of the parameter.
27452746
OptionalTypeKind optionalityOfParam =

0 commit comments

Comments
 (0)