summaryrefslogtreecommitdiffstats
path: root/include/clang/Parse/DeclSpec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Parse/DeclSpec.h')
-rw-r--r--include/clang/Parse/DeclSpec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Parse/DeclSpec.h b/include/clang/Parse/DeclSpec.h
index 4fe81a7..f6f1eb9 100644
--- a/include/clang/Parse/DeclSpec.h
+++ b/include/clang/Parse/DeclSpec.h
@@ -228,7 +228,8 @@ public:
AttrList(0),
ProtocolQualifiers(0),
NumProtocolQualifiers(0),
- ProtocolLocs(0) {
+ ProtocolLocs(0),
+ writtenBS() {
}
~DeclSpec() {
delete AttrList;
OpenPOWER on IntegriCloud