diff options
author | Kazu Hirata <kazu@google.com> | 2024-05-22 20:38:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-22 20:38:57 -0700 |
commit | 2375921d6734016c9079727f798c5585653e858c (patch) | |
tree | a7e4f1e8bda1d96b56f0b00172851836720ad9db /clang/lib/CodeGen/CoverageMappingGen.cpp | |
parent | aa4069ea96e5eb62bc8c7895b9d920f129611b3a (diff) | |
download | llvm-2375921d6734016c9079727f798c5585653e858c.zip llvm-2375921d6734016c9079727f798c5585653e858c.tar.gz llvm-2375921d6734016c9079727f798c5585653e858c.tar.bz2 |
[ProfileData] Use default member initializations (NFC) (#93120)
This patch uses default member initializations for all the fields in
Header. The intent is to prevent accidental uninitialized fields and
reduce the number of times we need to mention each member variable.
Diffstat (limited to 'clang/lib/CodeGen/CoverageMappingGen.cpp')
0 files changed, 0 insertions, 0 deletions