Add doc comments and tests for AST / SIL

This commit is contained in:
elsh
2021-10-14 16:18:02 -07:00
parent 4b3ee94c99
commit e1dfdba1e6
3 changed files with 76 additions and 0 deletions

View File

@@ -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++();