[all-commits] [llvm/llvm-project] c3ff99: Remove RemappedFiles param from ASTUnit::LoadFromA...

Duncan P. N. Exon Smith via All-commits all-commits at lists.llvm.org
Wed Dec 9 14:44:59 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c3ff9939bf7efeb11da49f100a277b4d8bbeff9f
      https://github.com/llvm/llvm-project/commit/c3ff9939bf7efeb11da49f100a277b4d8bbeff9f
  Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
  Date:   2020-12-09 (Wed, 09 Dec 2020)

  Changed paths:
    M clang/include/clang/Frontend/ASTUnit.h
    M clang/lib/Frontend/ASTUnit.cpp
    M clang/tools/c-index-test/core_main.cpp
    M clang/tools/libclang/CIndex.cpp

  Log Message:
  -----------
  Remove RemappedFiles param from ASTUnit::LoadFromASTFile, NFC

This parameter is always set to `None`. Remove it.

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




More information about the All-commits mailing list