[all-commits] [llvm/llvm-project] e68c1e: [Concepts] Fix name-type conflict compilation issues

Saar Raz via All-commits all-commits at lists.llvm.org
Sat Jan 18 14:46:50 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e68c1e00eba4ae64d38e62eebebd581e3d3d6bd4
      https://github.com/llvm/llvm-project/commit/e68c1e00eba4ae64d38e62eebebd581e3d3d6bd4
  Author: Saar Raz <saar at raz.email>
  Date:   2020-01-19 (Sun, 19 Jan 2020)

  Changed paths:
    M clang/lib/Parse/ParseDecl.cpp

  Log Message:
  -----------
  [Concepts] Fix name-type conflict compilation issues

D50360 caused some platforms to not compile due to a parameter with the name of a type.

Rename the parameter.




More information about the All-commits mailing list