SWDEV-539836 Do not parse private/internal members (#71)
[ROCm/rocprofiler commit: 93e0c4a17c]
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
1360fbfd64
Коммит
03b8988d9b
@@ -257,6 +257,8 @@ def gen_cppheader(infilepath, outfilepath, rank):
|
||||
continue
|
||||
if c in structs_analyzed:
|
||||
continue
|
||||
if c.startswith("_") or c.startswith("pthread_") or c.startswith("__pthread_"):
|
||||
continue
|
||||
if (
|
||||
c == "max_align_t" or c == "__fsid_t"
|
||||
): # Skipping as it is defined in multiple domains
|
||||
|
||||
Ссылка в новой задаче
Block a user