[all-commits] [llvm/llvm-project] 0ff41c: Update libstdc++ hack comment

Nathan Sidwell via All-commits all-commits at lists.llvm.org
Thu Apr 29 03:57:34 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ff41c2ebc9904f881c958f9006bbf2b6bdc5d1e
      https://github.com/llvm/llvm-project/commit/0ff41c2ebc9904f881c958f9006bbf2b6bdc5d1e
  Author: Nathan Sidwell <nathan at acm.org>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M clang/lib/Sema/SemaExceptionSpec.cpp

  Log Message:
  -----------
  Update libstdc++ hack comment

This libstc++ hack isn't ready for removal. Updating the comment to
note what I found. While I have not proven Ville's
__is_throw_swappable patch made this go away, that patch did remove
the use of noexcept(noexcept(swap(....))). I'm not sure when gcc grew
deferred noexcept parsing.

Differential Revision: https://reviews.llvm.org/D101441




More information about the All-commits mailing list