Hello everybody.
Could anyone clarify how to use this cuda target (-std=c++11 -x cuda) with
MinGW stdlib?
I mean I get errors
\LLVM-7.0.0-win32\lib\clang\7.0.0\include\cuda_wrappers\new:41:12:
error: use of undeclared identifier 'malloc' return ::malloc(size);
\LLVM-7.0.0-win32\lib\clang\7.0.0
Writing for Mac Cocoa in Objective-C, I have a subclass of NSApplication
that overrides sendAction:to:from:. The override often ends up calling
[super sendAction: anAction to: aTarget from: sender]
and when aTarget is nil, UB Sanitizer says "Null pointer passed as
argument 1, which is declare