aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-19 01:31:25 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-19 01:31:25 +0000
commitbf865d75459bbb7f2f8bd19b7536e18cdf021bf2 (patch)
tree2799b091954b7d699c6fe0ce5ad94b8cb866e761 /README.md
parentdid some cleaning. 8.8 is now working. silenced some diag prints. (diff)
downloadmutator-bf865d75459bbb7f2f8bd19b7536e18cdf021bf2.tar.gz
mutator-bf865d75459bbb7f2f8bd19b7536e18cdf021bf2.zip
updated with a new announcement section.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7521d5a..0bd9351 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,11 @@ All the as-of-yet implemented features of the project are very much buildable an
* The code will be reviewed after the first pre-release version. I'm hoping to find some reviewers but if not, I'll have to do it myself.<br/>
* There will be unit tests after a first pre-release version.<br/>
+##Announcements
+LLVM has bumped to 5.0 so mutator has also changed to using that(trunk:292415). Everything is in working order. The Travis build is now using 4.0 for build checks. LLVM 3.9 is still supported minus rule check 8.8 which uses a non-existant matcher in 3.9. There are no plans in regards to keeping or dropping LLVM 3.9 support but do keep in mind the libraries mutator uses are not guaranteed to keep backwards-compatibility by their developers as they are still under development.<br/>
+The 2 newly introduced defects are inside the new header mutator is using, `<regex>`.<br/>
+There are only 4 actual defects on mutator's Coverity scan that belong to mutator's source code and not the library. 3 are potential defects which are not really defects.<br/>
+
##Building and Running
###Building
@@ -248,6 +253,8 @@ If you run into an issue please raise one here or just contact me with proper in
### Future Features
* Misra-c:2012 check support<br/>
* Ability to turn off some rule checks<br/>
+* An XML schema for the XML report<br/>
+* using Appveyor to test windows builds<br/>
###Support
Well, I don't have the Misra-C:2012 Document. If you or your organization/company are willing to donate a copy to mutator, hit me up.<br/>