seanm wrote:

Another interesting case, it seems somehow multiple constexprs got added, ex:

```c++
template <typename CellType>
constexpr constexpr constexpr constexpr constexpr constexpr constexpr constexpr 
int numberOfSidesOfDimension(int dimension);
```

This actually compiles, though with a `-Wduplicate-decl-specifier` warning.

https://github.com/llvm/llvm-project/pull/146553
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to