diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2017-01-29 00:39:09 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2017-01-29 00:39:09 +0000 |
commit | 56c0e2882725a157f444444c9b354c53326bf156 (patch) | |
tree | 018b0045b9ff3e1d64fb4398882912cf9428c9dc /clang/lib/Serialization/ModuleManager.cpp | |
parent | 6533e40e9d9bfdecc9f44fe73039268a8cd50e84 (diff) | |
download | llvm-56c0e2882725a157f444444c9b354c53326bf156.zip llvm-56c0e2882725a157f444444c9b354c53326bf156.tar.gz llvm-56c0e2882725a157f444444c9b354c53326bf156.tar.bz2 |
Modules: Simplify the ModuleFile constructor; likely NFC
Zero-initialize ModuleFile members directly in the class definition, and
move the (now uninteresting) constructor into the class definition.
There were a few members that weren't being initialized at all. I
zero-initialized them for consistency, but it's likely that they were
somehow initialized before their first use; i.e., there's likely no
functionality change here.
llvm-svn: 293404
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions