commit | fbbde548cfcc25613c5f87928215fc73eff5e766 | [log] [tgz] |
---|---|---|
author | Rui Ueyama <ruiu@google.com> | Wed Jun 29 09:08:02 2016 +0000 |
committer | Rui Ueyama <ruiu@google.com> | Wed Jun 29 09:08:02 2016 +0000 |
tree | 61796b64e70a74bfe5cbc041b64eb910e23a7da2 | |
parent | 9fc1d4ed7586afbe15bd29ffb08ac616f3e59ea8 [diff] [blame] |
Move isValidCIdentifier to Strings.cpp. llvm-svn: 274112
diff --git a/lld/ELF/Strings.h b/lld/ELF/Strings.h index 1930a0a..002e8c2 100644 --- a/lld/ELF/Strings.h +++ b/lld/ELF/Strings.h
@@ -17,6 +17,7 @@ namespace elf { bool globMatch(StringRef S, StringRef T); std::vector<uint8_t> parseHex(StringRef S); +bool isValidCIdentifier(StringRef S); } }