aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-11-29 17:35:40 +0000
committerbloodstalker <thabogre@gmail.com>2016-11-29 17:35:40 +0000
commit2a25848bc51adff308d0927b877efcc69b3dbde3 (patch)
treedd35045bdf7eeb8fb06cf1ec86f3cb6cd0190efe
parentminor fix (diff)
downloadmutator-2a25848bc51adff308d0927b877efcc69b3dbde3.tar.gz
mutator-2a25848bc51adff308d0927b877efcc69b3dbde3.zip
updated for the xml output report
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ea5190f..ced1a30 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ If your code needs a compilation database for clang to understand it and you don
### Notes
#### **The project will be updated everytime there is a major LLVM release and will use those libraries instead of the old ones.**
+#### **Support for XML output report for the Misra-C:2004 rule-checker coming soon.**
I'm using **TDD**. The files under the **test** folder are for that purpose. They are not unit tests or are not meant to test that the build process was successful.Those tests will be added later.<br/>
The project has been tested to biuld on Fedora23(other major linux distros should be fine). Windows remains untested. I might give it a try when I feel masochistic enough.<br/>
The project might, at a later point in time, start using **Cmake** for the build process. Currently there are no plans,though.<br/>
@@ -28,3 +29,4 @@ Misra 2008 and 2012 support will be added in the future.<br/>
Also a note regarding building the LLVM libraries. It is safer to build the libraries with clang++ if youre going to later use those libraries with clang++(you can get the distro version of clang from your distro's repo). The same applies to g++.<br/>
The master branch is the dev version. Release versions will be forked.<br/>
Doxygen comments will be added later on.<br/>
+The XML Misra-C report will be using [TinyXML-2](https://github.com/leethomason/tinyxml2). It is lighweight and fast and the license suits the mutator project.<br/>