Commits

Ankit Aggarwal committed c47c6b8e23e
Update modulemap generation logic, add more tests these are the updated cases for generating modulemaps: 1. Look for include/foo/foo.h, if so, use umbrella header and error if there are any other dirs or headers outside of there 2. Look for include/foo.h, if so, use umbrella header and error if there are any other dirs outside of there 3. All other cases, just use umbrella dir and don't bother to diagnose anything else