This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Fixed an issue in readability-identifier-naming not using options specified.
ClosedPublic

Authored by njames93 on Jul 4 2022, 3:29 AM.

Details

Summary

Fixed an issue where specifying empty strings for prefix or suffix would be ignored preventing using those to override a different style.

Fixes https://github.com/llvm/llvm-project/issues/56358.

Diff Detail

Event Timeline

njames93 created this revision.Jul 4 2022, 3:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 4 2022, 3:29 AM
njames93 requested review of this revision.Jul 4 2022, 3:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 4 2022, 3:29 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
njames93 updated this revision to Diff 442101.Jul 4 2022, 8:06 AM

Small tweak.

PiotrZSL updated this revision to Diff 504434.Mar 12 2023, 7:06 AM
PiotrZSL added a subscriber: PiotrZSL.

Rebase on top of main + Change llvm::Optional into std::optional

carlosgalvezp accepted this revision.Mar 18 2023, 3:02 AM
This revision is now accepted and ready to land.Mar 18 2023, 3:02 AM