From d158312c097f4ecaa27b421ef0cb047298a168cf Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 25 Nov 2016 03:48:19 +0330 Subject: minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2a716e..ea5190f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The makefile uses **clang++ 4.0** as the compiler to build the project. On paper **mutator** will run the level-1 Misra-C:2004 implementers.
**mutator-lvl2** will run the level-2 Misra-C:2004 implementers.
Currently, the mutation-only features(mutation for the sake of mutation, technically implementing Misra-C is also a form of mutation) are turned off in **mutator** and **mutator-lvl2**.
-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).
+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). Please note that bear will capture what the make runs, not what is in the makefile.
### Notes #### **The project will be updated everytime there is a major LLVM release and will use those libraries instead of the old ones.** -- cgit v1.2.3