search for: 6f3e7d10

Displaying 3 results from an estimated 3 matches for "6f3e7d10".

2011 Oct 03
0
[LLVMdev] RTTI handling
John, I'm trying to use this warning to check the vtable problem. Here's an example In mem.hpp class AA { // Construction / destruction: protected: AA (); AA (const AA&); // Disabled public: virtual ~AA (); }; In mem.cpp #include "mem.hpp" AA::~AA() { } And I still get the following warning: warning: 'AA' has no out-of-line virtual method
2011 Oct 03
2
[LLVMdev] RTTI handling
...is warning was still experimental even a few months ago, and it's gotten a lot of attention on ToT. In particular, this case no longer warns. John. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111003/6f3e7d10/attachment.html>
2011 Sep 30
2
[LLVMdev] RTTI handling
Thanks, John. I'll experiment with both the warning and the nm-weak external tool, and let you know the results. Best, Akos From: John McCall <rjmccall at apple.com<mailto:rjmccall at apple.com>> Date: Fri, 30 Sep 2011 15:24:33 -0700 To: Ákos Somorjai <asomorjai at graphisoft.com<mailto:asomorjai at graphisoft.com>> Cc: "llvmdev at cs.uiuc.edu<mailto:llvmdev