The vectors holding the comma locs are unused (except for an assertion in two places).
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM -- it's a bit sad that we're losing some assertion coverage, but it seems like reasonable coverage to lose.
clang/include/clang/Parse/Parser.h | ||
---|---|---|
1837–1840 | As best I can tell, this removes all uses of that type, so we might as well ditch it as well. |
Comment Actions
Dang, looks like I forgot to mention the review in https://github.com/llvm/llvm-project/commit/e78a43dacafb8b97fc377a52f8f206e37d94d5d6.
As best I can tell, this removes all uses of that type, so we might as well ditch it as well.