summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Gibbs <andyg1001@hotmail.co.uk>2012-11-28 08:14:36 +0000
committerAndy Gibbs <andyg1001@hotmail.co.uk>2012-11-28 08:14:36 +0000
commit17a1306ecc1ba42f603887e50440d82e5a15d753 (patch)
treebcbb75335151f9bfcd48dad3a505658ec32000b9
parent05d7ade34d288364a9f3341cb986377a11395bc0 (diff)
downloadbcm5719-llvm-17a1306ecc1ba42f603887e50440d82e5a15d753.tar.gz
bcm5719-llvm-17a1306ecc1ba42f603887e50440d82e5a15d753.zip
Remove obsolete comment missed by r162937
llvm-svn: 168778
-rw-r--r--clang/lib/Lex/PPMacroExpansion.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Lex/PPMacroExpansion.cpp b/clang/lib/Lex/PPMacroExpansion.cpp
index c5948e69ecc..e00717353d7 100644
--- a/clang/lib/Lex/PPMacroExpansion.cpp
+++ b/clang/lib/Lex/PPMacroExpansion.cpp
@@ -845,10 +845,6 @@ static bool HasFeature(const Preprocessor &PP, const IdentifierInfo *II) {
.Case("is_base_of", LangOpts.CPlusPlus)
.Case("is_class", LangOpts.CPlusPlus)
.Case("is_convertible_to", LangOpts.CPlusPlus)
- // __is_empty is available only if the horrible
- // "struct __is_empty" parsing hack hasn't been needed in this
- // translation unit. If it has, __is_empty reverts to a normal
- // identifier and __has_feature(is_empty) evaluates false.
.Case("is_empty", LangOpts.CPlusPlus)
.Case("is_enum", LangOpts.CPlusPlus)
.Case("is_final", LangOpts.CPlusPlus)
OpenPOWER on IntegriCloud