summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/PPMacroExpansion.cpp
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2016-03-17 22:13:50 +0000
committerManman Ren <manman.ren@gmail.com>2016-03-17 22:13:50 +0000
commit34888f86ef0a27e070138050278a92573f015b2f (patch)
treed8bc7a5136e4cc876732c43c1f3b71c73cb7b279 /clang/lib/Lex/PPMacroExpansion.cpp
parent5c966a20639fd914cfa0c7acb9765050a1997648 (diff)
downloadbcm5719-llvm-34888f86ef0a27e070138050278a92573f015b2f.tar.gz
bcm5719-llvm-34888f86ef0a27e070138050278a92573f015b2f.zip
Revert r263687 for ubsan bot failure.
llvm-svn: 263752
Diffstat (limited to 'clang/lib/Lex/PPMacroExpansion.cpp')
-rw-r--r--clang/lib/Lex/PPMacroExpansion.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Lex/PPMacroExpansion.cpp b/clang/lib/Lex/PPMacroExpansion.cpp
index 50ce2719d36..36255a81144 100644
--- a/clang/lib/Lex/PPMacroExpansion.cpp
+++ b/clang/lib/Lex/PPMacroExpansion.cpp
@@ -1074,7 +1074,6 @@ static bool HasFeature(const Preprocessor &PP, const IdentifierInfo *II) {
.Case("attribute_availability_tvos", true)
.Case("attribute_availability_watchos", true)
.Case("attribute_availability_with_strict", true)
- .Case("attribute_availability_with_replacement", true)
.Case("attribute_availability_in_templates", true)
.Case("attribute_cf_returns_not_retained", true)
.Case("attribute_cf_returns_retained", true)
OpenPOWER on IntegriCloud