Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Default getFile() to use the last accessed name in the FileEntry. | Manuel Klimek | 2014-08-13 | 2 | -0/+4 |
With modules we start accessing headers for the first time while reading the module map, which often has very different paths from the include scanning logic. Using the name by which the file was accessed gets us one step closer to the right solution, which is using a FileName abstraction that decouples the name by which a file was accessed from the FileEntry. llvm-svn: 215541 |