From d0d6d421a2bd4d8e338767e8afe0c10c4df53c37 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 4 Jul 2017 00:32:03 +0430 Subject: fixed and updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a40b53a..19d124d 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ You can run the sample action file with this:
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** though some automatic code refactoring features work in both executables. Just run a sample code through **mutator** and then **mutator-lvl2** for a demo.

-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. So run `make clean` before invoking `bear make target`.
+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. So run `make clean` before invoking `bear make target`. `cmake` can also generate compilation databases if you are using it.
### Implementation Notes This part contains notes regarding the implementation of the mutator executables. -- cgit v1.2.3