[PATCH] D57659: [Sema] SequenceChecker: Add some comments + related small NFCs in preparation of the following patches
Bruno Ricci via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 3 11:15:21 PST 2019
riccibruno created this revision.
riccibruno added reviewers: aaron.ballman, rsmith.
riccibruno added a project: clang.
Herald added a subscriber: cfe-commits.
Do the following NFCs, before doing anything more substantial:
1. Add some comments to hopefully reduce the amount of code staring for the next guy.
2. Pack `UsageInfo` by storing the using expressions and sequencing regions separately. There is no point in wasting space here.
Repository:
rC Clang
https://reviews.llvm.org/D57659
Files:
lib/Sema/SemaChecking.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57659.184966.patch
Type: text/x-patch
Size: 7839 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190203/e6640b77/attachment.bin>
More information about the cfe-commits
mailing list