Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/AST/
-
AST/
-
ASTDumper.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D56640
NFC: Canonicalize handling of TypeLocInfo
Closed
Public
Authored by
steveire
on Jan 12 2019, 9:14 AM.
Download Raw Diff
Details
Reviewers
aaron.ballman
Commits
rGbc2438d014d9: [ASTDump] NFC: Canonicalize handling of TypeLocInfo
rL351115: [ASTDump] NFC: Canonicalize handling of TypeLocInfo
rC351115: [ASTDump] NFC: Canonicalize handling of TypeLocInfo
Summary
No need to avoid the Visit method.
Diff Detail
Repository
rC Clang
Event Timeline
steveire
created this revision.
Jan 12 2019, 9:14 AM
Herald
added a subscriber:
cfe-commits
.
·
View Herald Transcript
Jan 12 2019, 9:14 AM
Harbormaster
completed remote builds in
B26750: Diff 181449
.
Jan 12 2019, 9:14 AM
aaron.ballman
accepted this revision.
Jan 14 2019, 5:46 AM
Comment Actions
LGTM!
This revision is now accepted and ready to land.
Jan 14 2019, 5:46 AM
Closed by commit
rC351115: [ASTDump] NFC: Canonicalize handling of TypeLocInfo
(authored by
steveire
).
·
Explain Why
Jan 14 2019, 12:17 PM
This revision was automatically updated to reflect the committed changes.