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

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 17 06:53:35 PST 2022


tbaeder created this revision.
tbaeder added a reviewer: clang.
Herald added a project: All.
tbaeder requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

The vectors holding the comma locs are unused (except for an assertion in two places).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138207

Files:
  clang/include/clang/Parse/Parser.h
  clang/lib/Parse/ParseDecl.cpp
  clang/lib/Parse/ParseDeclCXX.cpp
  clang/lib/Parse/ParseExpr.cpp
  clang/lib/Parse/ParseExprCXX.cpp
  clang/lib/Parse/ParseOpenMP.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138207.476112.patch
Type: text/x-patch
Size: 11458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221117/3d6c9e4a/attachment-0001.bin>


More information about the cfe-commits mailing list