Merge pull request #7756 from jrose-apple/small-multi-name-import-fixes

Several small fixes for importing alternate names
This commit is contained in:
Jordan Rose
2017-02-27 14:01:21 -08:00
committed by GitHub
10 changed files with 108 additions and 35 deletions

View File

@@ -260,8 +260,7 @@ public:
/// The return value may be an empty identifier, in which case the enum would
/// not be imported.
///
/// This is mostly an implementation detail of the importer, but is also
/// used by the debugger.
/// This is not used by the importer itself, but is used by the debugger.
Identifier getEnumConstantName(const clang::EnumConstantDecl *enumConstant);
/// Writes the mangled name of \p clangDecl to \p os.