[all-commits] [llvm/llvm-project] 0e42ec: DebugInfo: Correct printing empty template paramet...

David Blaikie via All-commits all-commits at lists.llvm.org
Mon Aug 30 10:21:09 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e42ec1add336e7fbf6cc1f82f663cabe48bf55e
      https://github.com/llvm/llvm-project/commit/0e42ec1add336e7fbf6cc1f82f663cabe48bf55e
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2021-08-30 (Mon, 30 Aug 2021)

  Changed paths:
    M clang/lib/AST/TypePrinter.cpp
    M clang/test/CodeGenCXX/debug-info-template.cpp

  Log Message:
  -----------
  DebugInfo: Correct printing empty template parameter packs

Empty packs in the non-final position would result in an extra ", ".
Empty packs in the final position would result in missing the space
between trailing >>.




More information about the All-commits mailing list