aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-11-25 00:18:19 +0000
committerbloodstalker <thabogre@gmail.com>2016-11-25 00:18:19 +0000
commitd158312c097f4ecaa27b421ef0cb047298a168cf (patch)
tree64959266a6c1874c714afd348c28eaa37ba3627c
parentthe compilation database (diff)
downloadmutator-d158312c097f4ecaa27b421ef0cb047298a168cf.tar.gz
mutator-d158312c097f4ecaa27b421ef0cb047298a168cf.zip
minor fix
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.<br/>
**mutator-lvl2** will run the level-2 Misra-C:2004 implementers.<br/>
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**.<br/>
-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).<br/>
+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.<br/>
### Notes
#### **The project will be updated everytime there is a major LLVM release and will use those libraries instead of the old ones.**