[all-commits] [llvm/llvm-project] 55a2de: [clang-tidy] Fix redefinition of module in the sam...

Dmitry Polukhin via All-commits all-commits at lists.llvm.org
Fri Oct 23 05:20:49 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 55a2deed075b87646db62abc7bcd476541eda403
      https://github.com/llvm/llvm-project/commit/55a2deed075b87646db62abc7bcd476541eda403
  Author: Dmitry Polukhin <dpolukhin at fb.com>
  Date:   2020-10-23 (Fri, 23 Oct 2020)

  Changed paths:
    M clang-tools-extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp

  Log Message:
  -----------
  [clang-tidy] Fix redefinition of module in the same module.modulemap file

In memory VFS cannot handle aceesssing the same file with different paths.
This diff just stops using VFS for modulemap files.

Fixes PR47839

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




More information about the All-commits mailing list