sbu-fsl / Metis

Metis: File System Model Checking via Versatile Input and State Exploration (FAST '24)
Apache License 2.0
11 stars 2 forks source link

reserved identifier violation #18

Open elfring opened 4 months ago

elfring commented 4 months ago

I would like to point out that identifiers like “_ABSTRACT_FS_H” and “_OPERATIONS_Hdo not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?

Yifei-Liu commented 4 months ago

Thank you for pointing them out. I will look into them and fix them if necessary.

elfring commented 4 months ago

:thought_balloon: Would you become interested to use a development tool like “clang-tidy” for corresponding source code adjustments?