7c1deb61408be6c881976755fa16815ee0c7d008
https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP/issues/65 [Bug] Access violation in cudaStructVar matcher. StringRef name = structVar->getType() ->getAsStructureType() ->getDecl() // <--- Access Violation ->getNameAsString(); [Solution] Add isStructureType() check before getting type as Struct. [ToDo] Find case-studies for that StructVar matcher with types other than Struct.
Description
No description provided
Languages
C++
67.5%
C
20.6%
Python
6.6%
CMake
3.4%
Shell
0.6%
Other
1.1%