[all-commits] [llvm/llvm-project] 25db29: [NFC] Silence compiler warning [-Wmissing-braces].

huihzhang via All-commits all-commits at lists.llvm.org
Wed Apr 15 11:46:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 25db295756beffdeeb7e2efc134790c2d3f1ada9
      https://github.com/llvm/llvm-project/commit/25db295756beffdeeb7e2efc134790c2d3f1ada9
  Author: Huihui Zhang <huihuiz at quicinc.com>
  Date:   2020-04-15 (Wed, 15 Apr 2020)

  Changed paths:
    M clang/unittests/AST/ASTImporterFixtures.h

  Log Message:
  -----------
  [NFC] Silence compiler warning [-Wmissing-braces].

clang/unittests/AST/ASTImporterFixtures.h:70:5: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    ArgVector(), ArgVector{"-fdelayed-template-parsing"},
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {




More information about the All-commits mailing list