aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land.
LGTM -- it's a bit sad that we're losing some assertion coverage, but it seems like reasonable coverage to lose. ================ Comment at: clang/include/clang/Parse/Parser.h:1837-1840 typedef SmallVector<SourceLocation, 20> CommaLocsTy; /// ParseExpressionList - Used for C/C++ (argument-)expression-list. ---------------- As best I can tell, this removes all uses of that type, so we might as well ditch it as well. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D138207/new/ https://reviews.llvm.org/D138207 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits