Remove this type from Parser.h; NFC
authorAaron Ballman <aaron@aaronballman.com>
Mon, 28 Nov 2022 18:11:31 +0000 (13:11 -0500)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 28 Nov 2022 18:12:34 +0000 (13:12 -0500)
commitc9d38bd7132176d2b531caae2334891609db5196
treeba3655bf7bc3012ab75b5a4dec443d3b26981380
parent5583972fe14e532c17d3d1a0607051e5adcbc7bb
Remove this type from Parser.h; NFC

TypeVector is only used once and isn't used in any interfaces, so this
removes the typedef.
clang/include/clang/Parse/Parser.h
clang/lib/Parse/ParseExpr.cpp