This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add a naming rule for global constants.
ClosedPublic

Authored by sivachandra on Jan 19 2022, 1:01 AM.

Diff Detail

Event Timeline

sivachandra created this revision.Jan 19 2022, 1:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 19 2022, 1:01 AM
sivachandra requested review of this revision.Jan 19 2022, 1:01 AM

LGTM except for libc/src/__support/FPUtil/aarch64/FEnvImpl.h, which needs a formatting pass.

Fix format in aarch64/FEnvImpl.h

Fix a typo.

This revision is now accepted and ready to land.Jan 19 2022, 2:08 PM

The file aarch64/FEnvImpl.h requires more formatting changes which I will do in a follow up change. I have addressed only global constant formatting in this patch.

This revision was landed with ongoing or failed builds.Jan 19 2022, 2:11 PM
This revision was automatically updated to reflect the committed changes.