diff options
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/check.hxx | 2 |
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 { |