diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-02 17:09:30 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-02 17:09:30 +0000 |
commit | bd91d3a5169edaadcefe912f88637a2c1a86fb57 (patch) | |
tree | aaae671b080b1afd37a05c84fe6d9a5ef26af57c | |
parent | mutator now accesses the diagnostics printed out by clang and adds them to th... (diff) | |
download | mutator-bd91d3a5169edaadcefe912f88637a2c1a86fb57.tar.gz mutator-bd91d3a5169edaadcefe912f88637a2c1a86fb57.zip |
updated with a note regarding using the -w clang flag
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -152,6 +152,8 @@ To run the executables with the mutator UI, you can use `mutator.sh`. For a list #### Note +Some of Misra-C rules are already implemented by Clang as warnings, so for those cases, mutator uses the built-in diagnostics instead of re-inventing the wheel. For those diagnostics to appear in the mutator report you should refrain from using the Clang `-w` flag as that silences the warnings.<br/> + If you are running the executables using `mutator.sh` you don't need to read this note through. if you are running the executable directly however, then you have to pass groups of arguments in a specific order otherwise the executable won't be able to recognize the options and will throw errors. For example this is the right way to run `mutator-lvl0`:<br/> ```bash |