Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/
-
trunk/
-
.clang-tidy
Hide Panel
f
Keyboard Reference
?
Differential
D24413
.clang-tidy: correct style name is 'camelBack' not 'lowerCase'.
Closed
Public
Authored by
aizatsky
on Sep 9 2016, 11:33 AM.
Download Raw Diff
Details
Reviewers
alexfh
Commits
rG481ddc3793d3: .clang-tidy: correct style name is 'camelBack' not 'lowerCase'.
rL281370: .clang-tidy: correct style name is 'camelBack' not 'lowerCase'.
Summary
clang-tidy doesn't like to complain.
Diff Detail
Repository
rL LLVM
Event Timeline
aizatsky
updated this revision to
Diff 70873
.
Sep 9 2016, 11:33 AM
aizatsky
retitled this revision from
to
.clang-tidy: correct style name is 'camelBack' not 'camelCase'.
.
aizatsky
updated this object.
aizatsky
retitled this revision from
.clang-tidy: correct style name is 'camelBack' not 'camelCase'.
to
.clang-tidy: correct style name is 'camelBack' not 'lowerCase'.
.
Sep 9 2016, 11:33 AM
aizatsky
added a reviewer:
alexfh
.
aizatsky
added a subscriber:
llvm-commits
.
alexfh
accepted this revision.
Sep 13 2016, 2:39 AM
alexfh
edited edge metadata.
Comment Actions
LG
This revision is now accepted and ready to land.
Sep 13 2016, 2:39 AM
Closed by commit
rL281370: .clang-tidy: correct style name is 'camelBack' not 'lowerCase'.
(authored by
aizatsky
).
·
Explain Why
Sep 13 2016, 12:13 PM
This revision was automatically updated to reflect the committed changes.