]> granicus.if.org Git - clang/commitdiff
Fix copy-pasted comment.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Jun 2013 23:01:44 +0000 (23:01 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Jun 2013 23:01:44 +0000 (23:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184494 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/libstdcxx_pointer_return_false_hack.cpp

index ad936095eec7d270ee93df79de14e164bdb238bf..17e1548ac50d6dedbfd60cf0320ad503ca97bc42 100644 (file)
@@ -1,9 +1,9 @@
 // RUN: %clang_cc1 -fsyntax-only %s -std=c++11 -verify
 
 // This is a test for an egregious hack in Clang that works around
-// an issue with GCC's <type_traits> implementation. std::common_type
-// relies on pre-standard rules for decltype(), in which it doesn't
-// produce reference types so frequently.
+// an issue with libstdc++-4.2's <tr1/hashtable> implementation.
+// The code in question returns 'false' from a function with a pointer
+// return type, which is ill-formed in C++11.
 
 #ifdef BE_THE_HEADER