[PATCH] D138207: [clang][Parse][NFC] Remove unused CommaLocs parameters

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 17 07:56:47 PST 2022


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



More information about the cfe-commits mailing list