[all-commits] [llvm/llvm-project] 260fb2: [clang][modules] Don't hard code [no_undeclared_in...

Ian via All-commits all-commits at lists.llvm.org
Tue Aug 30 14:57:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 260fb2bc3f79019cae4e182a64c8752d3d25049e
      https://github.com/llvm/llvm-project/commit/260fb2bc3f79019cae4e182a64c8752d3d25049e
  Author: Ian Anderson <iana at apple.com>
  Date:   2022-08-30 (Tue, 30 Aug 2022)

  Changed paths:
    M clang/lib/Lex/ModuleMap.cpp

  Log Message:
  -----------
  [clang][modules] Don't hard code [no_undeclared_includes] for the Darwin module

The Darwin module has specified [no_undeclared_includes] for at least five years now, there's no need to hard code it in the compiler.

Reviewed By: ributzka, Bigcheese

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




More information about the All-commits mailing list