This is an archive of the discontinued LLVM Phabricator instance.

[lld] Add .clang-tidy to customize readability-identifier-naming.{Member,Parameter,Variable}Case => camelBack
ClosedPublic

Authored by MaskRay on Mar 7 2020, 9:12 AM.

Details

Summary

lld/.clang-tidy is almost identical to the top-level .clang-tidy, with the aforementioned customization.

Diff Detail

Event Timeline

MaskRay created this revision.Mar 7 2020, 9:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2020, 9:12 AM
MaskRay retitled this revision from [lld] Add .clang-tidy to customize readability-identifier-naming.{Member,Parameter,Variable}Case => camelCase lld/.clang-tidy is the also the same as the top-level .clang-tidy, with the aforementioned customization. to [lld] Add .clang-tidy to customize readability-identifier-naming.{Member,Parameter,Variable}Case => camelCase.Mar 7 2020, 9:16 AM
MaskRay edited the summary of this revision. (Show Details)
MaskRay edited the summary of this revision. (Show Details)
MaskRay updated this revision to Diff 248940.Mar 7 2020, 9:26 AM
MaskRay retitled this revision from [lld] Add .clang-tidy to customize readability-identifier-naming.{Member,Parameter,Variable}Case => camelCase to [lld] Add .clang-tidy to customize readability-identifier-naming.{Member,Parameter,Variable}Case => camelBack.
MaskRay edited the summary of this revision. (Show Details)

Fix typo: camelCase -> camelBack

The former does not work.

Harbormaster completed remote builds in B48465: Diff 248940.
ruiu accepted this revision.Mar 9 2020, 1:42 AM

LGTM

This revision is now accepted and ready to land.Mar 9 2020, 1:42 AM
PkmX added a subscriber: PkmX.Mar 9 2020, 3:07 AM
This revision was automatically updated to reflect the committed changes.