mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Paser: IfConfigDecl should reflect the underlying source. rdar://34315827"
For test failure witnessed in bots: https://ci.swift.org/job/oss-swift-incremental-RA-osx/462/
This commit is contained in:
@@ -293,9 +293,6 @@ namespace swift {
|
||||
/// Returns the value for the given platform condition or an empty string.
|
||||
StringRef getPlatformConditionValue(PlatformConditionKind Kind) const;
|
||||
|
||||
/// Check whether the given platform condition matches the given value.
|
||||
bool checkPlatformCondition(PlatformConditionKind Kind, StringRef Value) const;
|
||||
|
||||
/// Explicit conditional compilation flags, initialized via the '-D'
|
||||
/// compiler flag.
|
||||
void addCustomConditionalCompilationFlag(StringRef Name) {
|
||||
|
||||
Reference in New Issue
Block a user