r205841 - Sema::SectionInfo() should have an empty body. Sorry for the breakage.

NAKAMURA Takumi geek4civic at gmail.com
Wed Apr 9 01:26:34 PDT 2014


Author: chapuni
Date: Wed Apr  9 03:26:33 2014
New Revision: 205841

URL: http://llvm.org/viewvc/llvm-project?rev=205841&view=rev
Log:
Sema::SectionInfo() should have an empty body. Sorry for the breakage.

Modified:
    cfe/trunk/include/clang/Sema/Sema.h

Modified: cfe/trunk/include/clang/Sema/Sema.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=205841&r1=205840&r2=205841&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/Sema.h (original)
+++ cfe/trunk/include/clang/Sema/Sema.h Wed Apr  9 03:26:33 2014
@@ -7089,7 +7089,7 @@ public:
     DeclaratorDecl *Decl;
     SourceLocation PragmaSectionLocation;
     int SectionFlags;
-    SectionInfo();
+    SectionInfo() {}
     SectionInfo(DeclaratorDecl *Decl,
                 SourceLocation PragmaSectionLocation,
                 int SectionFlags)





More information about the cfe-commits mailing list