diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-01-19 23:15:20 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-01-19 23:15:20 +0000 |
commit | 83d7781f9dc869022d48dbabde34dbfbd6f59a17 (patch) | |
tree | 59ab61ddfda8dc9c4089552c25dc38553790899b /lib/Lex | |
parent | 4c9131ac2d0a65cb7c0179d438ae56f7978ab012 (diff) |
Eradicate any mention of C++0x concepts.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123860 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex')
-rw-r--r-- | lib/Lex/PPMacroExpansion.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Lex/PPMacroExpansion.cpp b/lib/Lex/PPMacroExpansion.cpp index 54e4691392..0bfadad439 100644 --- a/lib/Lex/PPMacroExpansion.cpp +++ b/lib/Lex/PPMacroExpansion.cpp @@ -556,7 +556,6 @@ static bool HasFeature(const Preprocessor &PP, const IdentifierInfo *II) { .Case("ownership_returns", true) .Case("ownership_takes", true) .Case("cxx_inline_namespaces", true) - //.Case("cxx_concepts", false) //.Case("cxx_lambdas", false) //.Case("cxx_nullptr", false) //.Case("cxx_rvalue_references", false) |