diff options
author | bloodstalker <thabogre@gmail.com> | 2016-11-25 00:18:19 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-11-25 00:18:19 +0000 |
commit | d158312c097f4ecaa27b421ef0cb047298a168cf (patch) | |
tree | 64959266a6c1874c714afd348c28eaa37ba3627c | |
parent | the compilation database (diff) | |
download | mutator-d158312c097f4ecaa27b421ef0cb047298a168cf.tar.gz mutator-d158312c097f4ecaa27b421ef0cb047298a168cf.zip |
minor fix
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.** |