Re: r285341 - Add documentation describing the components of a complete toolchain including Clang.

2016-10-29 Thread Will Dietz via cfe-commits
(Agreed, thanks!) ~Will On Sat, Oct 29, 2016 at 5:50 PM, Sean Silva via cfe-commits wrote: > This is awesome Richard. Thanks! > > -- Sean Silva > > On Thu, Oct 27, 2016 at 1:55 PM, Richard Smith via cfe-commits > wrote: >> >> Author:

Re: Record ranges skipped by the preprocessor and expose them with libclang.

2016-08-18 Thread Will Dietz via cfe-commits
(Sending again, somehow the uiuc.edu mailing list address was in my reply-all! Sorry for the duplicates :)) This breaks things for me, I think an entry in 'libclang.exports' is needed for clang_getAllSkippedRanges ? If that sounds right, can someone commit the fix? Thanks! :) ~Will,

Re: r278882 - If possible, set the stack rlimit to at least 8MiB on cc1 startup, and work

2016-08-17 Thread Will Dietz via cfe-commits
(Seems to fix the build here, FWIW. If sounds reasonable can someone commit this? Thanks!) ~Will On Wed, Aug 17, 2016 at 9:39 AM Will Dietz wrote: > This is the first use of "llvm/Config/config.h" in the clang tree, which > breaks out-of-tree builds for me (since llvm's

Re: r278882 - If possible, set the stack rlimit to at least 8MiB on cc1 startup, and work

2016-08-17 Thread Will Dietz via cfe-commits
This is the first use of "llvm/Config/config.h" in the clang tree, which breaks out-of-tree builds for me (since llvm's config.h isn't installed). Would using "llvm/Config/llvm-config.h" suffice instead? I'm trying that now... ~Will On Wed, Aug 17, 2016 at 8:36 AM Joerg Sonnenberger via