aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/Demangle/ItaniumDemangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Demangle/ItaniumDemangle.h')
-rw-r--r--llvm/include/llvm/Demangle/ItaniumDemangle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm/Demangle/ItaniumDemangle.h b/llvm/include/llvm/Demangle/ItaniumDemangle.h
index 5533652..62d427c 100644
--- a/llvm/include/llvm/Demangle/ItaniumDemangle.h
+++ b/llvm/include/llvm/Demangle/ItaniumDemangle.h
@@ -3049,7 +3049,8 @@ template <typename Derived, typename Alloc> struct AbstractManglingParser {
Node *parse(bool ParseParams = true);
};
-const char* parse_discriminator(const char* first, const char* last);
+DEMANGLE_ABI const char *parse_discriminator(const char *first,
+ const char *last);
// <name> ::= <nested-name> // N
// ::= <local-name> # See Scope Encoding below // Z