[all-commits] [llvm/llvm-project] c9d38b: Remove this type from Parser.h; NFC

Aaron Ballman via All-commits all-commits at lists.llvm.org
Mon Nov 28 10:12:50 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c9d38bd7132176d2b531caae2334891609db5196
      https://github.com/llvm/llvm-project/commit/c9d38bd7132176d2b531caae2334891609db5196
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2022-11-28 (Mon, 28 Nov 2022)

  Changed paths:
    M clang/include/clang/Parse/Parser.h
    M clang/lib/Parse/ParseExpr.cpp

  Log Message:
  -----------
  Remove this type from Parser.h; NFC

TypeVector is only used once and isn't used in any interfaces, so this
removes the typedef.




More information about the All-commits mailing list