We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05d94d commit c8d1537Copy full SHA for c8d1537
nvcc_clang_diff.py
@@ -2,7 +2,7 @@
2
3
"""Generates a set of flags that are accepted by nvcc but not clang.
4
5
-These should be stripped or rewritten before being stored in compile_commands.json.
+Useful for figuring out what nvcc argument patching is needed for acceptance by clangd, if we ever need to update that logic in refresh.template.py
6
"""
7
8
import dataclasses
0 commit comments