[all-commits] [llvm/llvm-project] 1dbe32: [libc++] Use reserved identifier for template para...

Alex Brachet via All-commits all-commits at lists.llvm.org
Tue Jan 18 11:23:39 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1dbe32dd9c3d5feef1e3cd58fe2747d933e6f921
      https://github.com/llvm/llvm-project/commit/1dbe32dd9c3d5feef1e3cd58fe2747d933e6f921
  Author: Alex Brachet <abrachet at google.com>
  Date:   2022-01-18 (Tue, 18 Jan 2022)

  Changed paths:
    M libcxx/include/locale

  Log Message:
  -----------
  [libc++] Use reserved identifier for template parameter

`T` is not a valid identifier for libc++ to use, use `_Tp` instead. Caught from D116957

Reviewed By: Quuxplusone

Differential Revision: https://reviews.llvm.org/D117582




More information about the All-commits mailing list