You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
alex.postlethwaite
Posted - Jun 20 2017 : 06:27:30 AM I have a code base with a mixture of .c and .cpp files.
In the .c files, there are instances of NULL and the code inspection highlights these for replacement with nullptr.
This is invalid for C, so the ruleset for .C files should be different, or if clang-tidy doesn't support .C code, then analysis should be suppressed for .c files.
What do you think?
3 L A T E S T R E P L I E S (Newest First)
sean
Posted - Aug 16 2017 : 01:42:14 AM case=109043 is fixed in build 2231
alex.postlethwaite
Posted - Jun 20 2017 : 11:27:30 AM Great, thank you.
accord
Posted - Jun 20 2017 : 06:43:56 AM Thank you for the feedback. I've put in a bug report for this: