diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-01 00:07:06 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-01 00:07:06 +0000 |
commit | 2b62a21cfacf86058a29cc1f299f34a416ab3dbd (patch) | |
tree | 1e7eb24e28971c2f228a0a991ee227d85b437e73 | |
parent | the simple text output is now really AWK friendly (diff) | |
download | mutator-2b62a21cfacf86058a29cc1f299f34a416ab3dbd.tar.gz mutator-2b62a21cfacf86058a29cc1f299f34a416ab3dbd.zip |
updated
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ A C code mutator,Misra-C checker and code transformation tool written using the Clang frontend(LibTooling) as a stand-alone in C++.<br/> -Reports are genrated in simple text(AWK-friendly), XML and JSON formats.<br/> +Reports are genrated in simple text(AWK-friendly:`RS="\n";FS=":"`), XML and JSON formats.<br/> <br/> Here are some samples from the `mutator-lvl0`, the Misra-C checker Reports:<br/> |