commit | 279a6c3747b10c33f8f425cf4a24e64db015d3e9 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Sun Jan 29 17:08:11 2012 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Sun Jan 29 17:08:11 2012 +0000 |
tree | 1bd2e50168448e6deff7d3299f6c86a52c26e8cf | |
parent | dd7cae51d8e050162c351a57df1a0d60d68c3ec9 [diff] |
Rework HeaderSearch's interface for getting a module from a name and for getting the name of the module file, unifying the code for searching for a module with a given name (into lookupModule()) and separating out the mapping to a module file (into getModuleFileName()). No functionality change. llvm-svn: 149197