We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61d1c2 commit 5c06ef3Copy full SHA for 5c06ef3
CONTRIBUTING.md
@@ -33,8 +33,9 @@ To contribute:
33
[clang-tidy](https://clang.llvm.org/extra/clang-tidy/) tools can be
34
integrated into your workflow to ensure formatting and stylistic
35
compliance of your changes. To avoid code formatting misalignment with
36
- GitHub Actions check we recommend using 10 version of clang-format tool
37
- (default version on Ubuntu 22.04).
+ the GitHub Actions check we recommend using the same version of clang-format
+ as used in the CI. See [.github/workflows/pr-code-format.yml](https://github.com/intel/llvm/blob/sycl/.github/workflows/pr-code-format.yml)
38
+ for the current version.
39
- Use
40
41
```bash
0 commit comments