Skip to content
Merged
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions sycl/doc/developer/ContributeToDPCPP.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ 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.

- All identifiers used in `llvm/sycl` headers and source files must contain at
Comment thread
HabKaffee marked this conversation as resolved.
Outdated
least one lowercase letter due to avoid conflicts with user-defined macros.

- 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