Skip to content
Merged
2 changes: 2 additions & 0 deletions sycl/doc/developer/ContributeToDPCPP.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ end-to-end or SYCL-CTS tests.
- Add a helpful comment describing what the test does at the beginning and
other comments throughout the test as necessary.

- Start all variables' name in llvm/sycl `.h` and `.cpp` (weather template or function variables) with underscore (`_`).
Comment thread
bader marked this conversation as resolved.
Outdated

- Try to follow descriptive naming convention for variables, functions as
much as possible. Please refer to
[LLVM naming convention](https://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly)
Expand Down