This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CODECOMPOSER: c29clang-tidy for application migration from C28 to C29

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: F29-SDK, SYSCONFIG

Tool/software:

Team,

I tried migrating a non-syscfg based c28 project to c29 project using the steps mentioned in F28-F29 Software Migration Guide: Migration Flow.

When I changed the product dependency to F29-SDK, it automatically executed the c29clang-tidy tool and provided a list of problems to be corrected.

Unfortunately, the issues highlighted in the .c file are not mapping to the right file. For example, in the below screen shot line number 39 which is a comment is shown as error. Similarly for line 40.

The error is actually in the line number 39 of the tinv_p65.h file which is included in line 22. Similarly line 40 is in another file.

Please help on how to map the error to the correct file.