From 14a0d858c7a3bf78d01688dd732dbccf571aefa0 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 22 Nov 2016 20:24:36 +0330 Subject: updated and fixed --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6783f9e..f2a716e 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,11 @@ Currently, the mutation-only features(mutation for the sake of mutation, technic If your code needs a compilation database for clang to understand it and you don't have one,you can use [Bear](https://github.com/rizsotto/Bear).
### Notes -#### **The project will be updated everytime there is a major LLVM release and will sue those libraries instead of the older ones.** -I'm using **TDD** as the Dev method. 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.
+#### **The project will be updated everytime there is a major LLVM release and will use those libraries instead of the old ones.** +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.
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.
The project might, at a later point in time, start using **Cmake** for the build process. Currently there are no plans,though.
Misra 2008 and 2012 support will be added in the future.
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++.
+The master branch is the dev version. Release versions will be forked.
+Doxygen comments will be added later on.
-- cgit v1.2.3