[cfe-dev] Why does Visual C++ 2012 hate FunctionDecl* ?

Yaron Keren yaron.keren at gmail.com
Mon Sep 23 10:44:53 PDT 2013


This works, cool!



2013/9/23 <Greg_Bedwell at sn.scee.net>

> I've not spent any time trying to figure out what precisely it is about
> FunctionDecl* that it doesn't like, but I came up with a quick workaround
> should at least prevent it from taking out the entire IDE every time you
> dare to hover your mouse over one!  Put the following file into
> "Documents/Visual Studio 2012/Visualizers".  Now when you try to inspect
> one, either through the Watch view or by hovering over it, it will show
> "Cannot display this without crashing VS2012.  Expand at your peril!" with
> a tempting little '+' icon next to it.  Clicking the icon will still crash
> the IDE, but at least you've been warned first :-).
>
>
>
> Greg Bedwell
> SN Systems - Sony Computer Entertainment Group
> http://www.snsys.com
>
>
>
>
> From:   João Matos <ripzonetriton at gmail.com>
> To:     Yaron Keren <yaron.keren at gmail.com>
> Cc:     clang-dev Developers <cfe-dev at cs.uiuc.edu>
> Date:   23/09/2013 15:00
> Subject:        Re: [cfe-dev] Why does Visual C++ 2012 hate FunctionDecl*
> ?
> Sent by:        cfe-dev-bounces at cs.uiuc.edu
>
>
>
> I can confirm this problem too, hope it's fixed in the next version.
>
>
> On Mon, Sep 23, 2013 at 1:56 PM, Yaron Keren <yaron.keren at gmail.com>
> wrote:
> Hello,
>
> I am compiling and debugging LLVM/clang using Visual C++ 2012 Update 3.
> Whenever the debugger needs to show a value of type FunctionDecl*, it
> crashes!
> Not just the compiled code but the whole Visual C++ IDE crashes and
> restarts.
> This does not happen with any other data types in LLVM and clang (so far,
> and I debugged a lot).
>
> Any ideas what's going on?
>
> Yaron
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>
>
>
> --
> João Matos _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>
>
> **********************************************************************
> This email and any files transmitted with it are confidential and intended
> solely for the use of the individual or entity to whom they are addressed.
> If you have received this email in error please notify postmaster at scee.net
> This footnote also confirms that this email message has been checked for
> all known viruses.
> Sony Computer Entertainment Europe Limited
> Registered Office: 10 Great Marlborough Street, London W1F 7LP, United
> Kingdom
> Registered in England: 3277793
> **********************************************************************
>
> P Please consider the environment before printing this e-mail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130923/9cca811a/attachment.html>


More information about the cfe-dev mailing list