(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: rsmith
>> Date: Thu Oct 27 15:55:56 2016
>> New Revision: 285
(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, he-who-buil
(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 config.h isn't installe
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 cfe-comm