| commit | 8ac1c38a7216b6fac46597439d501b28a70ae34e | [log] [tgz] |
|---|---|---|
| author | Zachary Turner <zturner@google.com> | Tue Jun 05 19:58:26 2018 +0000 |
| committer | Zachary Turner <zturner@google.com> | Tue Jun 05 19:58:26 2018 +0000 |
| tree | f447d5bc23d43c5cc0fa587aba951944bc62a1e5 | |
| parent | 57e541e87eef1c1e49aad638f9b90484e6f8b7aa [diff] |
[FileSystem] Remove OpenFlags param from several functions. There was only one place in the entire codebase where a non default value was being passed, and that place was already hidden in an implementation file. So we can delete the extra parameter and all existing clients continue to work as they always have, while making the interface a bit simpler. Differential Revision: https://reviews.llvm.org/D47789 llvm-svn: 334046