[all-commits] [llvm/llvm-project] 9333d3: [libc++] Disable #pragma system_header in the new ...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Jul 19 11:38:42 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9333d34b8a788869a545701110ccce5662d0eb47
      https://github.com/llvm/llvm-project/commit/9333d34b8a788869a545701110ccce5662d0eb47
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-07-19 (Mon, 19 Jul 2021)

  Changed paths:
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/features.py

  Log Message:
  -----------
  [libc++] Disable #pragma system_header in the new testing configuration

The new testing configuration did not turn off #pragma system_header,
which means we were not seeing warnings in system headers.

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




More information about the All-commits mailing list