summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorEugene Zelenko <eugene.zelenko@gmail.com>2016-11-23 23:16:32 +0000
committerEugene Zelenko <eugene.zelenko@gmail.com>2016-11-23 23:16:32 +0000
commit570e39a25ca345e3facaea16b2facefddfb3aa92 (patch)
tree04b12c1516d05fbbcd6883f4579a9a62eb8d45be /llvm/include
parentbf9523f549cc28c9c9836fa9442db86ba4657433 (diff)
downloadbcm5719-llvm-570e39a25ca345e3facaea16b2facefddfb3aa92.tar.gz
bcm5719-llvm-570e39a25ca345e3facaea16b2facefddfb3aa92.zip
[DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes (NFC).
Per Zachary Turner and Mehdi Amini suggestion to make only post-commit reviews. llvm-svn: 287838
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/DebugInfo/PDB/Raw/ModInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/DebugInfo/PDB/Raw/ModInfo.h b/llvm/include/llvm/DebugInfo/PDB/Raw/ModInfo.h
index 034da4b1271..bf5cf53b331 100644
--- a/llvm/include/llvm/DebugInfo/PDB/Raw/ModInfo.h
+++ b/llvm/include/llvm/DebugInfo/PDB/Raw/ModInfo.h
@@ -50,7 +50,7 @@ public:
private:
StringRef ModuleName;
StringRef ObjFileName;
- const ModuleInfoHeader *Layout;
+ const ModuleInfoHeader *Layout = nullptr;
};
struct ModuleInfoEx {
OpenPOWER on IntegriCloud