The Clang AST can include comments. Therefore, it is possible to determine the comment(s) immediately above a function, to do a better job of determining where comments start and end, and to obtain the specification when parsing C code with commented specifications. (This might require improvements in ParseC??)
The codebase is inconsistent in that it uses file, path, and file_path for variables of type Path.
The Clang AST can include comments. Therefore, it is possible to determine the comment(s) immediately above a function, to do a better job of determining where comments start and end, and to obtain the specification when parsing C code with commented specifications. (This might require improvements in ParseC??)
The codebase is inconsistent in that it uses
file,path, andfile_pathfor variables of type Path.