mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #7756 from jrose-apple/small-multi-name-import-fixes
Several small fixes for importing alternate names
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user