This is an archive of the discontinued LLVM Phabricator instance.

Use `const` for array pointers in `StandardTypes.h`
ClosedPublic

Authored by GeorgeLyon on Nov 27 2020, 4:50 PM.

Details

Summary

This mirrors the underlying C++ api.

Diff Detail

Event Timeline

GeorgeLyon created this revision.Nov 27 2020, 4:50 PM
GeorgeLyon requested review of this revision.Nov 27 2020, 4:50 PM
GeorgeLyon retitled this revision from More const pointers to Use `const` for array pointers in `StandardTypes.h` .Nov 27 2020, 4:52 PM
GeorgeLyon edited the summary of this revision. (Show Details)
GeorgeLyon retitled this revision from Use `const` for array pointers in `StandardTypes.h` to Use `const` for array pointers in `StandardTypes.h`.

Fix diff

Try again after rebase

mehdi_amini accepted this revision.Nov 27 2020, 7:52 PM
This revision is now accepted and ready to land.Nov 27 2020, 7:52 PM

Rebasing to re-run CI

Rebasing again

Add some missing consts