================ Comment at: include/clang/AST/Decl.h:1740 @@ +1739,3 @@ + /// point. + bool isMSVCRTEntryPoint() const; + ---------------- Nico Rieck wrote: > Mingw also knows about WinMain, and you can compile just fine with > main/WinMain/DllMain (though DllMain has to be explicitly declared extern > "C"). llvm::Triple::isOSMSVCRT(), what this patch uses, is true for Mingw targets.
http://llvm-reviews.chandlerc.com/D1683 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
