Skip to content

DPC++ daily 2021-10-16

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 16 Oct 17:50
· 126188 commits to sycl since this release
a642340
[sycl-post-link][NFC] Various small refactorings (#4731)

- Replaced `static` functions and variables with usage of anonymous namespace.
- Renamed some functions.
- Applied clang-format to most of the `sycl-post-link.cpp` file.
- Removed some unnecessary includes, added some which were missing (like `<vector>`).
- Added `const` qualifier almost everywhere.
- Updated _some_ comments to use "entry point" instead of "kernel".
  Full replace requires renaming corresponding command line options,
  which should be done in sync with the driver - I would prefer to do so
  in a separate commit.