[all-commits] [llvm/llvm-project] 9403b5: [test] Fix apparent typo in clang/test/Driver/std.c

DanielMcIntosh-IBM via All-commits all-commits at lists.llvm.org
Wed Mar 3 07:32:10 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9403b59a7dbbf35714b5786df0e535281b926746
      https://github.com/llvm/llvm-project/commit/9403b59a7dbbf35714b5786df0e535281b926746
  Author: Daniel McIntosh <Daniel.McIntosh at ibm.com>
  Date:   2021-03-03 (Wed, 03 Mar 2021)

  Changed paths:
    M clang/test/Driver/std.c

  Log Message:
  -----------
  [test] Fix apparent typo in clang/test/Driver/std.c

Currently the test on line 3 is identical to the test on line 1.
Looking at the rest of the file (particularily the use of FOVERRIDE
as the check-prefix), I think it's pretty clear that this line
was supposed to use `-ftrigraphs` instead of `-trigraphs`.

Reviewed By: thakis

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




More information about the All-commits mailing list