alpaka: Tests trigger new `-Wreserved-identifier` in clang 13+

A new warning was added in clang main which is triggered by the tests:

error: identifier '____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____1' is reserved because it starts with '__' [-Werror,-Wreserved-identifier]

-Wno-reserved-identifier may need to be added to CXX_FLAGS for clang 13 and 14 (maybe also clang 13, have to check.)

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 16 (16 by maintainers)

Commits related to this issue

Most upvoted comments

I checked, updated the description before, and now updated the title: This flag will already be present in clang 13 🚀 , so, quite soon, 💥 .