diff options
| author | Rui Ueyama <ruiu@google.com> | 2016-06-29 09:08:02 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2016-06-29 09:08:02 +0000 |
| commit | fbbde548cfcc25613c5f87928215fc73eff5e766 (patch) | |
| tree | 61796b64e70a74bfe5cbc041b64eb910e23a7da2 /lld/ELF/Strings.h | |
| parent | 9fc1d4ed7586afbe15bd29ffb08ac616f3e59ea8 (diff) | |
| download | bcm5719-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.h | 1 |
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); } } |

