This is an archive of the discontinued LLVM Phabricator instance.

[AST] Update introspection API to use const-ref for copyable types
ClosedPublic

Authored by steveire on Apr 18 2021, 3:13 AM.

Diff Detail

Event Timeline

steveire created this revision.Apr 18 2021, 3:13 AM
steveire requested review of this revision.Apr 18 2021, 3:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 18 2021, 3:13 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
njames93 accepted this revision.Apr 19 2021, 10:57 AM

LG with 1 nit.

clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py
14

nit: Any reason not to use set notation here?

This revision is now accepted and ready to land.Apr 19 2021, 10:57 AM