From: NAKAMURA Takumi Date: Wed, 9 Apr 2014 08:26:33 +0000 (+0000) Subject: Sema::SectionInfo() should have an empty body. Sorry for the breakage. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7bbc3f9d00054da7af0447f6bdd44293b560298;p=clang Sema::SectionInfo() should have an empty body. Sorry for the breakage. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205841 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index 357a6120f8..a7b6e787f7 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -7089,7 +7089,7 @@ public: DeclaratorDecl *Decl; SourceLocation PragmaSectionLocation; int SectionFlags; - SectionInfo(); + SectionInfo() {} SectionInfo(DeclaratorDecl *Decl, SourceLocation PragmaSectionLocation, int SectionFlags)