mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add doc comments and tests for AST / SIL
This commit is contained in:
@@ -194,6 +194,9 @@ public:
|
||||
current = clangModule;
|
||||
}
|
||||
|
||||
/// Returns the name of the current module.
|
||||
/// Note that for a Swift module, it returns the current module's real (binary) name,
|
||||
/// which can be different from the name if module aliasing was used (see -module-alias).
|
||||
StringRef operator*() const;
|
||||
ReverseFullNameIterator &operator++();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user