mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Make ifConfigClause::isActive const
This commit is contained in:
@@ -39,7 +39,7 @@ struct IfConfigClause {
|
||||
ArrayRef<ASTNode> Elements;
|
||||
|
||||
/// True if this is the active clause of the #if block.
|
||||
bool isActive;
|
||||
const bool isActive;
|
||||
|
||||
IfConfigClause(SourceLoc Loc, Expr *Cond,
|
||||
ArrayRef<ASTNode> Elements, bool isActive)
|
||||
|
||||
Reference in New Issue
Block a user