[PATCH] D54356: Convert CheckICE into a statment visitor
Bill Wendling via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 9 14:15:40 PST 2018
void created this revision.
void added reviewers: rsmith, shafik.
Herald added a subscriber: jfb.
This cleans up the code somewhat and allows us conditionally to act on
different types of nodes depending on their context. E.g., if we're
checking for an ICE in a constant context.
Repository:
rC Clang
https://reviews.llvm.org/D54356
Files:
lib/AST/ExprConstant.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54356.173443.patch
Type: text/x-patch
Size: 28970 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181109/1f6f104f/attachment-0001.bin>
More information about the cfe-commits
mailing list