[all-commits] [llvm/llvm-project] 5d110e: Revert "[NFC] Update new warning to test"

Nico Weber via All-commits all-commits at lists.llvm.org
Tue Feb 15 19:24:48 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d110ed4cd475b9b70bc9faecfe4f0767740c5a3
      https://github.com/llvm/llvm-project/commit/5d110ed4cd475b9b70bc9faecfe4f0767740c5a3
  Author: Nico Weber <thakis at chromium.org>
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
    M clang/test/Misc/warning-flags.c

  Log Message:
  -----------
  Revert "[NFC] Update new warning  to test"

This reverts commit 25cdf87b13eb990eb84d31211280f4b0d5d470b3.
125abb61f7ae reverted the patch.

It is incorrect to update this file when a flagless warning is added.
This test exists to make sure _all_ warnings are behind a flag.
The right fix is to put the new warning in a warning group (so that
it can be toggled with a flag), not to update the list here.




More information about the All-commits mailing list