carlosgalvezp wrote: Thank you for working on this! I will review more in depth later today, but here's some initial comments:
- Please link to the documentation about building CUDA code with Clang. - Please use the same unit test style as the Clang .cu unit tests. You will need to create a dummy CUDA installation in the Inputs folder, there's examples in place. - This also means do not skip device code, that can and should be analyzed too. https://github.com/llvm/llvm-project/pull/173699 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
