aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/LiteralSupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Lex/LiteralSupport.h')
-rw-r--r--include/clang/Lex/LiteralSupport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Lex/LiteralSupport.h b/include/clang/Lex/LiteralSupport.h
index 15057299b2..3a3782a3b2 100644
--- a/include/clang/Lex/LiteralSupport.h
+++ b/include/clang/Lex/LiteralSupport.h
@@ -197,6 +197,7 @@ public:
private:
void init(const Token *StringToks, unsigned NumStringToks);
+ void CopyStringFragment(const StringRef &Fragment);
};
} // end namespace clang