diff options
author | bloodstalker <thabogre@gmail.com> | 2020-03-23 21:11:06 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-03-23 21:11:06 +0000 |
commit | cfbcdeb238cdaef5565b201d49f8f143d9262d53 (patch) | |
tree | fc0f1175ee8c285ceff0569ee6074973e53d111a /covrun.sh | |
parent | update (diff) | |
parent | updated the README. fixed a bug with declrefexpr where it was checking too la... (diff) | |
download | cgrep-cfbcdeb238cdaef5565b201d49f8f143d9262d53.tar.gz cgrep-cfbcdeb238cdaef5565b201d49f8f143d9262d53.zip |
update
Diffstat (limited to 'covrun.sh')
-rwxr-xr-x | covrun.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ LLVM_PROFILE_FILE="five.profraw" "./cgrep-cov" -A 1 -B 1 --class --regex and ./c LLVM_PROFILE_FILE="six.profraw" "./cgrep-cov" -A 1 -B 1 --struct --union --regex n[aA]m ./cgrep.cpp LLVM_PROFILE_FILE="seven.profraw" "./cgrep-cov" -A 1 -B 1 --nameddecl --regex n[aA]m ./cgrep.cpp LLVM_PROFILE_FILE="eight.profraw" "./cgrep-cov" -A 1 -B 1 --cxxcall --call --regex add ./cgrep.cpp -LLVM_PROFILE_FILE="nine.profraw" "./cgrep-cov" -A 1 -B 1 --memvar --regex ite ./cgrep.cpp +LLVM_PROFILE_FILE="nine.profraw" "./cgrep-cov" -A 1 -B 1 --cfield --regex ite ./cgrep.cpp LLVM_PROFILE_FILE="ten.profraw" "./cgrep-cov" --union --regex [Uu]nion ./test/main.cpp LLVM_PROFILE_FILE="eleven.profraw" "./cgrep-cov" --struct --regex [sS]truct ./test/main.cpp LLVM_PROFILE_FILE="twelve.profraw" "./cgrep-cov" --dir ./ --regex run --func ./cgrep.cpp |