[all-commits] [llvm/llvm-project] be931f: clang/test/CodeCompletion: Simplify/fix some `touc...

David Blaikie via All-commits all-commits at lists.llvm.org
Fri Dec 16 15:18:27 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be931f89451b650e081daf875213c19f658caf25
      https://github.com/llvm/llvm-project/commit/be931f89451b650e081daf875213c19f658caf25
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2022-12-16 (Fri, 16 Dec 2022)

  Changed paths:
    M clang/test/CodeCompletion/included-files.cpp

  Log Message:
  -----------
  clang/test/CodeCompletion: Simplify/fix some `touch` commands

These were inconsistent (one `touch` line listed all the files in a
single `touch` invocation, but the other listed them as separate
commands with `&&`) and incorrect (one `&&` was missing, causing `touch`
to try to touch a file called `touch` in the cwd, which might not be
accessible/relevant to test execution)

So make them consistent and simpler by using the "list all the files on
a line in a single `touch` invocation" reducing the visual
noise/clutter/etc.




More information about the All-commits mailing list