Menu

CppCheck

2018-12-06
2018-12-07
  • julio azocar mansilla

    Ayuda porfavor
    cuando utilio cppcheck en lenguage c archivos extensos mas de 5 mil filas
    solo analiza la primera funcion hasta la fila 100 y las demas no las anlizada
    lo probe agregando error de desborde array porq sucede esto?

     
  • versat

    versat - 2018-12-07

    I can not read/write spanish, so i used DeepL to translate it:

    Please help
    when I use cppcheck in language c large files with more than 5 thousand lines
    only the first function is analyzed up to row 100 and the others are not analyzed
    I tested it by adding error overflow array why does this happen?

    I am not aware of any limits regarding the file size or number of lines (maybe there are limits). But i guess 5000 lines should really be no problem. Cppcheck itself has files with nearly 5000 lines and other projects use larger files i guess.
    I think there could be many reasons why the error you inserted is not found.
    Is it possible to attach an example file where the problem occurs?
    It can be related to macros that are not known, includes not found, some issue that must be fixed, ...

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.