[all-commits] [llvm/llvm-project] 1b6c1a: [NFC] Improve test for clang/test/Modules/GH77953.cpp

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Mon Jan 15 19:32:58 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b6c1a3bd73be4dd904230c637d65810cf3334cd
      https://github.com/llvm/llvm-project/commit/1b6c1a3bd73be4dd904230c637d65810cf3334cd
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
    M clang/test/Modules/GH77953.cpp

  Log Message:
  -----------
  [NFC] Improve test for clang/test/Modules/GH77953.cpp

Generally we'll use `-fsyntax-only` when it is sufficient and we'll use
`expected-no-diagnostics` to test the behavior doesn't trigger any
problems. This patch applies these two improvements to
`clang/test/Modules/GH77953.cpp`.




More information about the All-commits mailing list