[all-commits] [llvm/llvm-project] 20fd62: [libc++] Re-enable warnings in the new format

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Apr 20 13:03:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 20fd62438004247be401a68a2243f74ce14360f3
      https://github.com/llvm/llvm-project/commit/20fd62438004247be401a68a2243f74ce14360f3
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-04-20 (Mon, 20 Apr 2020)

  Changed paths:
    M libcxx/test/std/containers/sequences/array/array.creation/to_array.fail.cpp
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/newformat.py

  Log Message:
  -----------
  [libc++] Re-enable warnings in the new format

When the new libc++ test format was enabled, warnings were accidentally
dropped cause they were not part of the %{compile_flags} substitution.
This commit adds them back, however `-Werror` is only used for non-verify
tests (cause it doesn't make sense for verify tests).




More information about the All-commits mailing list