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:
Xi Ge
2017-09-12 12:49:02 -07:00
parent bfe6a64708
commit 2a07534bc1
4 changed files with 11 additions and 23 deletions

View File

@@ -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) {