r337381 - Mention clang-cl improvements from r335466 and r336379 in ReleaseNotes.rst
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 20 14:11:48 PDT 2018
Fixed in 337620, thanks!
On Wed, Jul 18, 2018 at 3:55 PM Kim Gräsman via cfe-commits <
cfe-commits at lists.llvm.org> wrote:
> This is lovely! Found a bit inline...
>
> On Wed, Jul 18, 2018, 14:00 Nico Weber via cfe-commits <
> cfe-commits at lists.llvm.org> wrote:
>
>> Author: nico
>> Date: Wed Jul 18 04:55:03 2018
>> New Revision: 337381
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=337381&view=rev
>> Log:
>> Mention clang-cl improvements from r335466 and r336379 in ReleaseNotes.rst
>>
>> Modified:
>> cfe/trunk/docs/ReleaseNotes.rst
>>
>> Modified: cfe/trunk/docs/ReleaseNotes.rst
>> URL:
>> http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=337381&r1=337380&r2=337381&view=diff
>>
>> ==============================================================================
>> --- cfe/trunk/docs/ReleaseNotes.rst (original)
>> +++ cfe/trunk/docs/ReleaseNotes.rst Wed Jul 18 04:55:03 2018
>> @@ -166,7 +166,19 @@ Attribute Changes in Clang
>> Windows Support
>> ---------------
>>
>> -Clang's support for building native Windows programs ...
>> +- clang-cl's support for precompiled headers has been much improved:
>> +
>> + - When using a pch file, clang-cl now no longer redundantly emits
>> inline
>> + methods that are already stored in the obj that was built together
>> with
>> + the pch file (matching cl.exe). This speeds up builds using pch
>> files
>> + by around 30%.
>> +
>> + - The /Ycfoo.h and /Yufoo.h flags an now be used without /FIfoo.h when
>>
>> typo: an - > can
>>
>> - Kim
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180720/50ee094b/attachment.html>
More information about the cfe-commits
mailing list