[all-commits] [llvm/llvm-project] 7b70c2: [pseudo] Fix initializer of string table

Sam McCall via All-commits all-commits at lists.llvm.org
Wed Jul 27 02:04:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b70c2e75cd6b21cf9c2ea2f2ce5f7b9c4202549
      https://github.com/llvm/llvm-project/commit/7b70c2e75cd6b21cf9c2ea2f2ce5f7b9c4202549
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2022-07-27 (Wed, 27 Jul 2022)

  Changed paths:
    M clang-tools-extra/pseudo/gen/Main.cpp

  Log Message:
  -----------
  [pseudo] Fix initializer of string table

Apparently new string[/*no size*/]{"foo", "bar"} is a clang/gcc extension?




More information about the All-commits mailing list