[all-commits] [llvm/llvm-project] bd03e0: [libc++][NFC] Suppress -Wdeprecated-literal-operator

Po-yao Chang via All-commits all-commits at lists.llvm.org
Thu Jul 13 15:53:47 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bd03e0ca75727c6058cb34655b64301f0f9cfb32
      https://github.com/llvm/llvm-project/commit/bd03e0ca75727c6058cb34655b64301f0f9cfb32
  Author: Po-yao Chang <poyaoc97 at gmail.com>
  Date:   2023-07-14 (Fri, 14 Jul 2023)

  Changed paths:
    M libcxx/include/string
    M libcxx/include/string_view
    M libcxx/modules/std/string_view.cppm

  Log Message:
  -----------
  [libc++][NFC] Suppress -Wdeprecated-literal-operator

Remove spaces between operator"" and identifier to suppress
-Wdeprecated-literal-operator, and between operator and ""
like how they are written in [string.view.literals] and [basic.string.literals].

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




More information about the All-commits mailing list