[all-commits] [llvm/llvm-project] 213401: Remove -F option from test for clang-scan-deps

Jamie Schmeiser via All-commits all-commits at lists.llvm.org
Wed Jul 16 12:46:02 PDT 2025


  Branch: refs/heads/users/jamieschmeiser/ensure_NULL_macro
  Home:   https://github.com/llvm/llvm-project
  Commit: 213401bebf9c12ffa1610dd3de61cae4b3f5474f
      https://github.com/llvm/llvm-project/commit/213401bebf9c12ffa1610dd3de61cae4b3f5474f
  Author: Jamie Schmeiser <schmeise at ca.ibm.com>
  Date:   2025-05-27 (Tue, 27 May 2025)

  Changed paths:
    M clang/test/ClangScanDeps/modules-pch-common-stale.c

  Log Message:
  -----------
  Remove -F option from test for clang-scan-deps

Remove the redundant -F option from test because not all platforms support -F,
which is a g++ extension.  The option is unnecessary because
all files in the test have paths specified.


  Commit: a03ea74e73816437b1f5bae077876e667c220906
      https://github.com/llvm/llvm-project/commit/a03ea74e73816437b1f5bae077876e667c220906
  Author: Jamie Schmeiser <schmeise at ca.ibm.com>
  Date:   2025-07-16 (Wed, 16 Jul 2025)

  Changed paths:
    M clang/lib/Headers/CMakeLists.txt
    A clang/lib/Headers/dbm.h
    A clang/lib/Headers/locale.h
    A clang/lib/Headers/stdio.h
    A clang/lib/Headers/stdlib.h
    A clang/lib/Headers/string.h
    A clang/lib/Headers/sys/dir.h
    A clang/lib/Headers/sys/param.h
    A clang/lib/Headers/sys/types.h
    A clang/lib/Headers/time.h
    A clang/lib/Headers/unistd.h
    A clang/lib/Headers/wchar.h
    A clang/test/Headers/check-NULL-aix.c
    A clang/test/Headers/check-NULL.c

  Log Message:
  -----------
  Ensure proper NULL macro definition for system include files.

The C standard allows for at least 2 valid definitions of a null pointer
constant and mandates that several standard headers files define the macro
NULL to be a null pointer constant.  Ensure that definitions of NULL are
consistent across the various C  header files.


Compare: https://github.com/llvm/llvm-project/compare/213401bebf9c%5E...a03ea74e7381

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list