[cfe-dev] cfe-dev Digest, Vol 83, Issue 30 Clang *does* build with Visual Studio, but you need VS 2012 or newer.

Nikola Smiljanic popizdeh at gmail.com
Tue May 6 21:07:05 PDT 2014


And post your issues compiling, trunk is supposed to be working at all
times (compilation is broken now and then, but this is fixed within hours).


On Wed, May 7, 2014 at 8:27 AM, Reid Kleckner <rnk at google.com> wrote:

> On Tue, May 6, 2014 at 3:19 PM, Tim Toomay <toomayt at toomaytech.com> wrote:
>
>> Are you saying the trunk generally will build and run?  That is where I
>> ran into problems, quite likely my own making.  The type of problems I saw
>> could be due to the trunk being a work in progress, but there were quite a
>> few, so I went to the stable builds and have seen success there.
>>
>
> I use MSVC 2013 for my daily trunk Clang development on Windows, so yes,
> it builds and runs.
>
>
>>  The string project I referred to is from 'Open Clang Projects' page
>>
>> *StringRef'ize APIs*: A thankless but incredibly useful project is
>> StringRef'izing (converting to use llvm::StringRef instead of const char
>> * or std::string) various clang interfaces. This generally simplifies
>> the code and makes it more efficient..
>>
>
> I think this is mostly taken care of, at least in places that matter.  You
> could search for '(FIXME|TODO).*StringRef' to find functions worth fixing.
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140507/7117dab0/attachment.html>


More information about the cfe-dev mailing list