]> granicus.if.org Git - clang/commitdiff
Sema::SectionInfo: Prune "default" for now. Defaulted function is unavailable on...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 9 Apr 2014 07:59:55 +0000 (07:59 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 9 Apr 2014 07:59:55 +0000 (07:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205840 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

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