diff options
author | Manman Ren <manman.ren@gmail.com> | 2016-03-17 22:13:50 +0000 |
---|---|---|
committer | Manman Ren <manman.ren@gmail.com> | 2016-03-17 22:13:50 +0000 |
commit | 34888f86ef0a27e070138050278a92573f015b2f (patch) | |
tree | d8bc7a5136e4cc876732c43c1f3b71c73cb7b279 /clang/lib/Lex/PPMacroExpansion.cpp | |
parent | 5c966a20639fd914cfa0c7acb9765050a1997648 (diff) | |
download | bcm5719-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.cpp | 1 |
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) |