[AST] Explicitly track things marked __owned.

This commit is contained in:
Huon Wilson
2018-02-27 17:50:11 -08:00
parent ae0027a225
commit e307e54098
48 changed files with 358 additions and 141 deletions

View File

@@ -1005,7 +1005,7 @@ public:
SourceLoc SpecifierLoc;
/// The parsed specifier kind, if present.
VarDecl::Specifier SpecifierKind = VarDecl::Specifier::Owned;
VarDecl::Specifier SpecifierKind = VarDecl::Specifier::Default;
/// The location of the first name.
///