This is an archive of the discontinued LLVM Phabricator instance.

[Clang][NFC] Some `const` for `IdentifierInfo *`s feeding `DeclarationName`
ClosedPublic

Authored by hubert.reinterpretcast on Mar 22 2022, 1:59 PM.

Details

Summary

DeclarationName already takes const IdentifierInfo *. Propagate the const outward to various APIs.

Diff Detail