aboutsummaryrefslogtreecommitdiffstats
path: root/covrun.sh
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-03-20 17:01:19 +0000
committerbloodstalker <thabogre@gmail.com>2020-03-20 17:01:19 +0000
commit029933103f199a618ee94e080a4b8fe1243336bf (patch)
treeaf3d72d23382743aa22845bc944e676753b2adf0 /covrun.sh
parentupdate (diff)
downloadcgrep-029933103f199a618ee94e080a4b8fe1243336bf.tar.gz
cgrep-029933103f199a618ee94e080a4b8fe1243336bf.zip
changed memvar switch to cdecl and added a new switch, cxxdecl.
Diffstat (limited to 'covrun.sh')
-rwxr-xr-xcovrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/covrun.sh b/covrun.sh
index 53e3726..ed0fce1 100755
--- a/covrun.sh
+++ b/covrun.sh
@@ -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