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: Ignore includeNotFoundErrors in order to keep visiting the entire AST
With llvm 7.0.1 metadata generation may be interrupted by includeNotFound error. Since in 4.0.1 'includeNotFound' errors are ignored for some reason (even though the 'suppressIncludeNotFound' setting is false) here we set this explicitly in order to keep the same behavior
0 commit comments