summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Strings.h
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-06-29 09:08:02 +0000
committerRui Ueyama <ruiu@google.com>2016-06-29 09:08:02 +0000
commitfbbde548cfcc25613c5f87928215fc73eff5e766 (patch)
tree61796b64e70a74bfe5cbc041b64eb910e23a7da2 /lld/ELF/Strings.h
parent9fc1d4ed7586afbe15bd29ffb08ac616f3e59ea8 (diff)
downloadbcm5719-llvm-fbbde548cfcc25613c5f87928215fc73eff5e766.tar.gz
bcm5719-llvm-fbbde548cfcc25613c5f87928215fc73eff5e766.zip
Move isValidCIdentifier to Strings.cpp.
llvm-svn: 274112
Diffstat (limited to 'lld/ELF/Strings.h')
-rw-r--r--lld/ELF/Strings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/Strings.h b/lld/ELF/Strings.h
index 1930a0aab10..002e8c2b843 100644
--- a/lld/ELF/Strings.h
+++ b/lld/ELF/Strings.h
@@ -17,6 +17,7 @@ namespace lld {
namespace elf {
bool globMatch(StringRef S, StringRef T);
std::vector<uint8_t> parseHex(StringRef S);
+bool isValidCIdentifier(StringRef S);
}
}
OpenPOWER on IntegriCloud