On Mon, Feb 18, 2013 at 9:00 AM, Matt Beaumont-Gay <[email protected]> wrote:
> On Thu, Feb 7, 2013 at 6:36 AM, Dmitri Gribenko <[email protected]> wrote:
>> Author: gribozavr
>> Date: Thu Feb  7 08:36:37 2013
>> New Revision: 174612
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=174612&view=rev
>> Log:
>> Documentation: add information about builtin includes to FAQ
>>
>> Modified:
>>     cfe/trunk/docs/FAQ.rst
>>     cfe/trunk/docs/LibTooling.rst
>>
>> Modified: cfe/trunk/docs/FAQ.rst
>> URL: 
>> http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/FAQ.rst?rev=174612&r1=174611&r2=174612&view=diff
>> ==============================================================================
>> --- cfe/trunk/docs/FAQ.rst (original)
>> +++ cfe/trunk/docs/FAQ.rst Thu Feb  7 08:36:37 2013
>> @@ -51,3 +51,14 @@ driver and add the option you need.  Alt
>>  ``clang -Xclang <option> ...`` to force the driver pass ``<option>`` to
>>  ``clang -cc1``.
>>
>> +I get errors about some headers being missing (``stddef.h``, ``stdard.h``)
>
> ITYM "stdarg.h"?

Thanks, fixed it back in r174613.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to