mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Fix linkage of 'static inline' Clang-imported definitions"
This reverts commit r31763, as it was breaking the bots: Swift SVN r31765
This commit is contained in:
@@ -348,14 +348,10 @@ struct SILDeclRef {
|
||||
/// True if the referenced entity is some kind of thunk.
|
||||
bool isThunk() const;
|
||||
|
||||
/// True if the referenced entity is emitted by Swift on behalf of the Clang
|
||||
/// True if the referenced entity is generated on behalf of the Clang
|
||||
/// importer.
|
||||
bool isClangImported() const;
|
||||
|
||||
/// True if the referenced entity is emitted by Clang on behalf of the Clang
|
||||
/// importer.
|
||||
bool isClangGenerated() const;
|
||||
|
||||
bool isImplicit() const {
|
||||
if (hasDecl())
|
||||
return getDecl()->isImplicit();
|
||||
|
||||
Reference in New Issue
Block a user