This is an archive of the discontinued LLVM Phabricator instance.

Update of "GCC extensions not implemented yet" in Clang User's Manual
ClosedPublic

Authored by andreybokhanko on Feb 3 2016, 5:45 AM.
Tokens
"Like" token, awarded by tinti.

Details

Summary

#pragma weak, global register variables and static initialization of flexible array members are supported, so I removed them from "GCC extensions not implemented yet" list.

Diff Detail

Event Timeline

andreybokhanko retitled this revision from to Update of "GCC extensions not implemented yet" in Clang User's Manual.
andreybokhanko updated this object.
andreybokhanko added a reviewer: rsmith.
andreybokhanko added a subscriber: cfe-commits.
silvas added a subscriber: silvas.Feb 10 2016, 6:39 PM

Assuming the features are implemented this seems fine. LGTM.

docs/UsersManual.rst
1698

Should we close that bug then?

Assuming the features are implemented this seems fine. LGTM.

Thank you!

docs/UsersManual.rst
1698

As often happens, this bug started as a general feature request ("pragma weak doesn't work at all"), but the last few messages just report a specific defect in a specific case and keep the PR open.

I will ask one of our (Intel) engineers to take a look and either close the PR if the bug is already fixed or fix it otherwise.

Andrey

This revision was automatically updated to reflect the committed changes.
tinti awarded a token.Feb 11 2016, 3:27 AM
tinti added a subscriber: tinti.