[all-commits] [llvm/llvm-project] 5de369: Follow-up to D77598: Simplify API by passing templ...

David Blaikie via All-commits all-commits at lists.llvm.org
Sun Nov 14 13:35:39 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5de369056dee2c4de81625cb05a5c212a0bdc053
      https://github.com/llvm/llvm-project/commit/5de369056dee2c4de81625cb05a5c212a0bdc053
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2021-11-14 (Sun, 14 Nov 2021)

  Changed paths:
    M clang/lib/AST/DeclPrinter.cpp

  Log Message:
  -----------
  Follow-up to D77598: Simplify API by passing template parameters only when used/to imply "TemplOverloaded/overloadable"

These arguments were redundant, and other parts of D77598 did rely on
the presence/absence of template parameters to imply whether types
should be included for the argument (like
clang::printTemplateArgumentList) so do that here too.




More information about the All-commits mailing list