[cfe-dev] Compile errors with MSVC 2005 (SVN revision 53516)
Ted Kremenek
kremenek at apple.com
Sun Jul 13 10:35:20 PDT 2008
I checked with Cedric and he committed the appropriate fix.
Apparently cfe-commits is having problems, as I couldn't tell that the
patch was applied until doing an svn update.
On Jul 12, 2008, at 12:53 PM, Kovarththanan Rajaratnam wrote:
> Hello,
>
> Ted Kremenek wrote:
> > On Jul 12, 2008, at 10:20 AM, Cédric Venet wrote:
> >
> >> Yes, I just changed
> >> typedef typename super::pointer pointer;
> >> to
> >> typedef ValueT* pointer;
> >
> > I've applied this patch. Hopefully we can find a better workaround.
> > This solution also only goes half way (what to do about
> "reference"?).
>
> Thanks to everybody.
>
> However, I did run into a few other issues (stale/missing) files.
>
> The two attached patches should fix that.
>
> --
> Best Regards
> Kovarththanan Rajaratnam
> Index: win32/CodeGen/CodeGen.vcproj
> ===================================================================
> --- win32/CodeGen/CodeGen.vcproj (revision 53518)
> +++ win32/CodeGen/CodeGen.vcproj (working copy)
> @@ -377,10 +377,6 @@
> >
> </File>
> <File
> - RelativePath="..\..\lib\CodeGen\MachineDebugInfoDesc.cpp"
> - >
> - </File>
> - <File
> RelativePath="..\..\lib\CodeGen\MachineDominators.cpp"
> >
> </File>
> Index: win32/clangAnalysis/clangAnalysis.vcproj
> ===================================================================
> --- win32/clangAnalysis/clangAnalysis.vcproj (revision 53516)
> +++ win32/clangAnalysis/clangAnalysis.vcproj (working copy)
> @@ -159,6 +159,10 @@
> >
> </File>
> <File
> + RelativePath="..\..\lib\Analysis\BasicStore.cpp"
> + >
> + </File>
> + <File
> RelativePath="..\..\lib\Analysis\BasicValueFactory.cpp"
> >
> </File>
> @@ -175,6 +179,10 @@
> >
> </File>
> <File
> + RelativePath="..\..\lib\Analysis\CheckObjCInstMethSignature.cpp"
> + >
> + </File>
> + <File
> RelativePath="..\..\lib\Analysis\DeadStores.cpp"
> >
> </File>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
More information about the cfe-dev
mailing list