[PATCH] D110586: Update `DynTypedNode` to support the conversion of TypeLocs.
James King via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 27 13:44:01 PDT 2021
jcking1034 created this revision.
jcking1034 added reviewers: ymandel, tdl-g, sbenza.
jcking1034 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This provides better support for TypeLocs to allow TypeLoc-related
Matchers to feature stricter typing and to avoid relying on the dynamic
casting of TypeLocs in matchers.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D110586
Files:
clang/include/clang/AST/ASTTypeTraits.h
clang/lib/AST/ASTTypeTraits.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110586.375395.patch
Type: text/x-patch
Size: 8295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210927/9fd1704c/attachment-0001.bin>
More information about the cfe-commits
mailing list