You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix regression where DocC no longer emits warnings for unresolved links. (#774)
rdar://119603319
Emit warnings for unresolved links inside articles.
Regression was presumably introduced in da16aa9. When the node is an article we don’t want to check the offset because is not a source file. Before the fix, the logic was removing all problems because it wouldn’t contain an offset, falling through the else condition.
Added test to make sure that problems are generated when an article or symbol extension file contains unresolved links.
0 commit comments