[cfe-dev] LibTooling include changement only.

Manuel Klimek klimek at google.com
Mon Sep 3 03:18:02 PDT 2012


By the way, we've tried to document the builtin header stuff at:
http://clang.llvm.org/docs/LibTooling.html#builtin

Any feedback on how to phrase this better, or make it more
discoverable, would be appreciated (for example, what did you search
for, etc).

Cheers,
/Manuel

On Sun, Sep 2, 2012 at 11:10 PM, Marman Moi <marman.email at gmail.com> wrote:
> Le 02/09/2012 19:39, Manuel Klimek a écrit :
>
>> On Sun, Sep 2, 2012 at 8:29 AM, João Matos <ripzonetriton at gmail.com>
>> wrote:
>>>
>>> Clang is probably not finding it's built-in includes directory. You can
>>> find
>>> it in "<build folder>\lib\clang\<clang version>\include". You can also
>>> try
>>> passing the "-v" verbose flag to Clang to diagnose such issues.
>>
>>
>> Yep. The easiest way to get tools like clang-check to find the builtin
>> includes is to do a $ make install for the regular clang, and then
>> copy the tools into the bin/ directory of the resulting installation
>> path.
>>
>> Cheers,
>> /Manuel
>
>
> Thanks to you, I now have a new way to test my tool.
>
>
> --
> Armand /Marman/ Leclercq
> EPITA 2013 ACU
> 06 71 57 90 73
> Computer Science is embarrassed by the computer. --Alan Perlis




More information about the cfe-dev mailing list