urnathan added inline comments.

================
Comment at: clang/lib/Sema/SemaDeclCXX.cpp:12144
       NameInfo.getName().getNameKind() != DeclarationName::CXXConstructorName) 
{
+    // FIXME: 2021-04-07: When was this hack needed?  Can it be deleted now?
     // HACK: Work around a bug in libstdc++'s detection of ::gets. Sometimes
----------------
I noticed this in passing.  I have found it useful to add dates in such 
workaround comments -- having found really old ones in GCC that have been 
obsolete for like 15 years or more :)  Which  version(s) of libstdc++ got this 
wrong?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100276/new/

https://reviews.llvm.org/D100276

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to