Merge remote-tracking branch 'origin' into import-as-member

This commit is contained in:
Michael Ilseman
2016-03-24 11:37:36 -07:00
86 changed files with 1331 additions and 426 deletions

View File

@@ -264,6 +264,8 @@ struct SILDeclRef {
/// \brief True if the function should be treated as transparent.
bool isTransparent() const;
/// \brief True if the function should have its body serialized.
bool isFragile() const;
/// \brief True if the function has noinline attribute.
bool isNoinline() const;
/// \brief True if the function has __always inline attribute.