diff options
author | Rui Ueyama <ruiu@google.com> | 2016-01-06 01:56:36 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-01-06 01:56:36 +0000 |
commit | 7c713319b9ea2273ce06eb9599981707a9fdaffb (patch) | |
tree | 07f44a58a378a61a2cfa46176b54f5f52ee3e12c /clang/lib/Sema/SemaDecl.cpp | |
parent | a2ef81fde5ef18d076ab7a997b370984ab9c170f (diff) | |
download | bcm5719-llvm-7c713319b9ea2273ce06eb9599981707a9fdaffb.tar.gz bcm5719-llvm-7c713319b9ea2273ce06eb9599981707a9fdaffb.zip |
Rename SharedFile::parse -> SharedFile::parseRest.
Unlike ObjectFile or ArchiveFile, SharedFile had two parse functions,
parseSoName() and parse(). parse must have been called after parseSoName,
but that requirement was not obvious from their names. (So it looked
like you could call parse() on a shared object file right away.)
This patch rename parseRest. It is now obvious that there's no single
parse function for the shared object file.
llvm-svn: 256898
Diffstat (limited to 'clang/lib/Sema/SemaDecl.cpp')
0 files changed, 0 insertions, 0 deletions