When suggesting a module import for a #include or #import, suggest the
most specific (sub)module based on the actual file we find, rather than always importing the top-level module. This means that #include'ing <Foo/Blah.h> should give us the submodule Foo.Blah. llvm-svn: 145942
Loading
Please register or sign in to comment