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
[clangd] [Modules] Fix to correctly handle module dependencies (#142828)
This is a re-application of #142090 without the unit
test changes. A subsequent PR will follow that adds a unit test for
module dependencies.
- Fix dangling string references in the return value of
getAllRequiredModules()
- Change a couple of calls in getOrBuildModuleFile() to use the loop
variable instead of the ModuleName parameter.
@ChuanqiXu9 for review
0 commit comments