kokkos / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
http://llvm.org
Other
4 stars 2 forks source link

Wrote some basic tests for kokkos-implicit-this-capture #5

Closed calewis closed 4 years ago

calewis commented 4 years ago

This also required the start of a Kokkos Mocking framework which is going to be a work in progress for awhile I am sure.

calewis commented 4 years ago

Why do you have both clang-tools-extra/test/clang-tidy/checkers/kokkos-implicit-this-capture.cpp and clang-tools-extra/test/clang-tidy/checkers/kokkos-implicit-this-capture-exceptions.cpp?

I need to pass in a configuration option for the exceptions. That test file is for things like don't check if DefaultHostExectutionPolicy is used.