Skip to content

Commit c8d1537

Browse files
committed
Minor tweak to note in nvcc_clang diff script
1 parent b05d94d commit c8d1537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvcc_clang_diff.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
"""Generates a set of flags that are accepted by nvcc but not clang.
44
5-
These should be stripped or rewritten before being stored in compile_commands.json.
5+
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
66
"""
77

88
import dataclasses

0 commit comments

Comments
 (0)