summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-04-09 07:59:55 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-04-09 07:59:55 +0000
commitcdb365000dff82d590c78761827706f325912a90 (patch)
tree860b966b0e7515e5180bd974d835ce23762050dd /clang
parent815433587cc62a5b0f361dd11bbf6d846c9ee50c (diff)
downloadbcm5719-llvm-cdb365000dff82d590c78761827706f325912a90.tar.gz
bcm5719-llvm-cdb365000dff82d590c78761827706f325912a90.zip
Sema::SectionInfo: Prune "default" for now. Defaulted function is unavailable on msc17.
llvm-svn: 205840
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/Sema/Sema.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Sema/Sema.h b/clang/include/clang/Sema/Sema.h
index ce830893228..357a6120f8e 100644
--- a/clang/include/clang/Sema/Sema.h
+++ b/clang/include/clang/Sema/Sema.h
@@ -7089,7 +7089,7 @@ public:
DeclaratorDecl *Decl;
SourceLocation PragmaSectionLocation;
int SectionFlags;
- SectionInfo() = default;
+ SectionInfo();
SectionInfo(DeclaratorDecl *Decl,
SourceLocation PragmaSectionLocation,
int SectionFlags)
OpenPOWER on IntegriCloud