Update spelling for representing lifetime dependencies to @_lifetime

This commit is contained in:
Meghana Gupta
2025-06-07 03:30:35 -07:00
parent 44e05fa858
commit 0dfa1fc312
14 changed files with 81 additions and 43 deletions

View File

@@ -1158,6 +1158,9 @@ public:
/// \returns true if this module is the "swift" standard library module.
bool isStdlibModule() const;
/// \returns true if this module is the "Cxx" module.
bool isCxxModule() const;
/// \returns true if this module is the "_Concurrency" standard library module.
bool isConcurrencyModule() const;