Issue 130602
Summary [clang-format] template arguments classify * as non-pointer in some cases
Labels clang-format
Assignees
Reporter jvoung
    For example:

* `std::vector<int* absl_nonnull> x;`
* `MyArray<int* absl_nonnull> arr;`

For builtin types like `int` it might be clear that the `*` is meant to be a pointer. For user-defined types, it might be less clear?

* `MyFixedArray<MyType* absl_nonnull, MySize * MyCount> fixed_arr;`

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to