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

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Apr 21 10:01:39 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fccc4af6588f1b2cf629e7dd1d1ab4617028b15b
      https://github.com/llvm/llvm-project/commit/fccc4af6588f1b2cf629e7dd1d1ab4617028b15b
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-04-21 (Tue, 21 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).

This commit is a re-application of 20fd62438004, which was reverted in
5ec6fdb0580b because it broke the C++03 bot. This failure should have
been fixed in b4fb705e77aa.




More information about the All-commits mailing list