On Sep 24, 2010, at 4:52 PM, Sebastian Redl wrote:
>
> On Sep 24, 2010, at 4:29 PM, Douglas Gregor wrote:
>
>> Author: dgregor
>> Date: Fri Sep 24 18:29:12 2010
>> New Revision: 114774
>>
>> Modified: cfe/trunk/lib/Frontend/ASTUnit.cpp
>> URL:
>> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/ASTUnit.cpp?rev=114774&r1=114773&r2=114774&view=diff
>> ==============================================================================
>> --- cfe/trunk/lib/Frontend/ASTUnit.cpp (original)
>> +++ cfe/trunk/lib/Frontend/ASTUnit.cpp Fri Sep 24 18:29:12 2010
>> @@ -749,9 +749,20 @@
>> getSourceManager());
>> StoredDiagnostics[I].setLocation(Loc);
>> }
>> +
>> + if (getenv("LIBCLANG_LOGGING"))
>> + fprintf(stderr, "libclang: using precompiled preamble for \"%s\" at "
>> + "\"%s\"\n",
>> + OriginalSourceFile.c_str(),
>> + PreambleFile.c_str());
>> +
>
> Did you intend to commit these?
I did, but now I regret :)
Removed in r114836.
- Doug
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits