Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
clang-tools-extra/trunk/clang-tidy/
-
trunk/
-
clang-tidy/
-
add_new_check.py
Hide Panel
f
Keyboard Reference
?
Differential
D20766
[clang-tidy] Fix script adding new clang-tidy check
Closed
Public
Authored by
etienneb
on May 27 2016, 8:19 PM.
Download Raw Diff
Details
Reviewers
alexfh
Commits
rG1c51a2d1d487: [clang-tidy] Fix script adding new clang-tidy check
rCTE271207: [clang-tidy] Fix script adding new clang-tidy check
rL271207: [clang-tidy] Fix script adding new clang-tidy check
Summary
The
getName()
call is useless. It's better to show a better example
as tutorial.
Diff Detail
Repository
rL LLVM
Event Timeline
etienneb
updated this revision to
Diff 58878
.
May 27 2016, 8:19 PM
etienneb
retitled this revision from
to
[clang-tidy] Fix script adding new clang-tidy check
.
etienneb
updated this object.
etienneb
added a reviewer:
alexfh
.
etienneb
added a subscriber:
cfe-commits
.
alexfh
accepted this revision.
May 27 2016, 11:42 PM
alexfh
edited edge metadata.
Comment Actions
LG
This revision is now accepted and ready to land.
May 27 2016, 11:42 PM
Closed by commit
rL271207: [clang-tidy] Fix script adding new clang-tidy check
(authored by
etienneb
).
·
Explain Why
May 30 2016, 8:11 AM
This revision was automatically updated to reflect the committed changes.