]> granicus.if.org Git - clang/commitdiff
Sema::SectionInfo() should have an empty body. Sorry for the breakage.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 9 Apr 2014 08:26:33 +0000 (08:26 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 9 Apr 2014 08:26:33 +0000 (08:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205841 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

index 357a6120f8eff7337333ff0d6750dde00314c72e..a7b6e787f730bbf4e7ea97583df0bdf9ccc179f4 100644 (file)
@@ -7089,7 +7089,7 @@ public:
     DeclaratorDecl *Decl;
     SourceLocation PragmaSectionLocation;
     int SectionFlags;
-    SectionInfo();
+    SectionInfo() {}
     SectionInfo(DeclaratorDecl *Decl,
                 SourceLocation PragmaSectionLocation,
                 int SectionFlags)