Intel® C++ Compiler 16.0 User and Reference Guide
Determines whether the compiler checks for dangling pointer references.
Not available on Intel® 64 architecture targeting the Intel® Xeon Phi™ coprocessor x100 product family (formerly code name Knights Corner), on IA-32 architecture targeting Intel® Graphics Technology, or on Intel® 64 architecture targeting Intel® Graphics Technology
Linux: | -check-pointers-dangling=keyword |
OS X: | None |
Windows: | /Qcheck-pointers-dangling:keyword |
keyword |
Specifies what type of dangling pointer checking occurs. Possible values are:
|
-check-pointers-dangling=none or /Qcheck-pointers-dangling:none |
No checking occurs for dangling pointer references. |
This option determines whether the compiler checks for dangling pointer references.
To use this option, you must also specify the [Q]check-pointers option.
This pointer checker feature requires installation of another product. For more information, see Feature Requirements.
Visual Studio: Code Generation > Check Dangling Pointers
Eclipse: Code Generation > Check Dangling Pointers
Xcode: None
None