Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
cfe/trunk/lib/ASTMatchers/Dynamic/
-
trunk/
-
lib/
-
ASTMatchers/
-
Dynamic/
-
Registry.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D23448
[ASTMatchers] Add templateTypeParmDecl() to Registry.cpp
Closed
Public
Authored by
mboehme
on Aug 12 2016, 6:48 AM.
Download Raw Diff
Details
Reviewers
aaron.ballman
alexfh
Commits
rG565bdd9fed99: [ASTMatchers] Add templateTypeParmDecl() to Registry.cpp
rC278507: [ASTMatchers] Add templateTypeParmDecl() to Registry.cpp
rL278507: [ASTMatchers] Add templateTypeParmDecl() to Registry.cpp
Summary
This appears to have been forgotten when templateTypeParmDecl() was initially
added.
Diff Detail
Repository
rL LLVM
Event Timeline
mboehme
updated this revision to
Diff 67831
.
Aug 12 2016, 6:48 AM
mboehme
retitled this revision from
to
[ASTMatchers] Add templateTypeParmDecl() to Registry.cpp
.
mboehme
updated this object.
mboehme
added a reviewer:
alexfh
.
mboehme
added a subscriber:
cfe-commits
.
Herald
added subscribers:
samparker
,
rengolin
,
aemerson
,
klimek
.
·
View Herald Transcript
Aug 12 2016, 6:48 AM
aaron.ballman
accepted this revision.
Aug 12 2016, 6:49 AM
aaron.ballman
added a reviewer:
aaron.ballman
.
aaron.ballman
added a subscriber:
aaron.ballman
.
Comment Actions
LGTM
This revision is now accepted and ready to land.
Aug 12 2016, 6:49 AM
Closed by commit
rL278507: [ASTMatchers] Add templateTypeParmDecl() to Registry.cpp
(authored by
mboehme
).
·
Explain Why
Aug 12 2016, 6:58 AM
This revision was automatically updated to reflect the committed changes.