Miscellaneous-NoCharPointerΒΆ

Do not use char* in C++ code

Required inputs: IR

This rule prevents declarations of type char* in C++ code.
Rationale
C++ code should prefer the use of std::string over C strings.

Possible Messages

Key

Text

Severity

Disabled

cpp_char_pointer

Use of char* in C++ code.

None

False

Options