Initialized member variable 'Implicit' in Decl's ctor.

llvm-svn: 61930
This commit is contained in:
Ted Kremenek 2009-01-08 18:54:40 +00:00
parent 35c62ae632
commit 6ad2b3ac18
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ private:
friend class CXXClassMemberWrapper;
Decl(Kind DK, SourceLocation L) : Loc(L), DeclKind(DK), InvalidDecl(0),
HasAttrs(false) {
HasAttrs(false), Implicit(false) {
if (Decl::CollectingStats()) addDeclKind(DK);
}