summaryrefslogtreecommitdiff
path: root/solenv/bin/create-tags
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/create-tags')
-rwxr-xr-xsolenv/bin/create-tags2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/create-tags b/solenv/bin/create-tags
index 639111cb1f77..47400f55c68d 100755
--- a/solenv/bin/create-tags
+++ b/solenv/bin/create-tags
@@ -12,7 +12,7 @@ if test "$1" = "-e"; then
ctags=etags
fi
-saloptions="-ISAL_DELETED_FUNCTION -ISAL_OVERRIDE -ISAL_FINAL -ISAL_CONSTEXPR"
+saloptions="-ISAL_DELETED_FUNCTION -ISAL_OVERRIDE -ISAL_FINAL"
omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q"
$ctags -h "+.hdl.hrc" --langmap=c:+.hrc.src,c++:+.hdl $saloptions $omnicppoptions \