aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/intertyper.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intertyper.js b/src/intertyper.js
index 67feafc6..6ab8b2b9 100644
--- a/src/intertyper.js
+++ b/src/intertyper.js
@@ -397,6 +397,7 @@ function intertyper(data, parseFunctions, baseLineNum) {
}
}
+ cleanOutTokens(LLVM.VISIBILITIES, item.tokens, 2);
if (item.tokens[2].text == 'alias') {
cleanOutTokens(LLVM.LINKAGES, item.tokens, 3);
cleanOutTokens(LLVM.VISIBILITIES, item.tokens, 3);