[clang] bad5444 - [clang][bytecode][NFC] Remove an outdated comment

Timm Bäder via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 23 02:54:16 PDT 2024


Author: Timm Bäder
Date: 2024-09-23T11:54:00+02:00
New Revision: bad544461a72cdf0e8301b0e80eef4e6661eee2b

URL: https://github.com/llvm/llvm-project/commit/bad544461a72cdf0e8301b0e80eef4e6661eee2b
DIFF: https://github.com/llvm/llvm-project/commit/bad544461a72cdf0e8301b0e80eef4e6661eee2b.diff

LOG: [clang][bytecode][NFC] Remove an outdated comment

Added: 
    

Modified: 
    clang/test/AST/ByteCode/cxx20.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/AST/ByteCode/cxx20.cpp b/clang/test/AST/ByteCode/cxx20.cpp
index 9bbc3dbe0073d3..68e212ff8933f9 100644
--- a/clang/test/AST/ByteCode/cxx20.cpp
+++ b/clang/test/AST/ByteCode/cxx20.cpp
@@ -596,8 +596,6 @@ namespace ImplicitFunction {
                                     // both-note {{in call to 'callMe()'}}
 }
 
-/// FIXME: Unfortunately, the similar tests in test/SemaCXX/{compare-cxx2a.cpp use member pointers,
-/// which we don't support yet.
 namespace std {
   class strong_ordering {
   public:


        


More information about the cfe-commits mailing list