summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/check.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/check.hxx b/compilerplugins/clang/check.hxx
index 46b915f95adf..af6e8263df39 100644
--- a/compilerplugins/clang/check.hxx
+++ b/compilerplugins/clang/check.hxx
@@ -75,7 +75,7 @@ public:
private:
TypeCheck() = default;
- clang::QualType const type_;
+ clang::QualType const type_{};
};
class DeclCheck {