[all-commits] [llvm/llvm-project] 8b6aed: ExpressionParser: Migrate to FileEntryRef in Parse...

Duncan P. N. Exon Smith via All-commits all-commits at lists.llvm.org
Mon Jan 25 16:44:09 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b6aedc4c99a8419bc27949c7b9eb18af4cd486b
      https://github.com/llvm/llvm-project/commit/8b6aedc4c99a8419bc27949c7b9eb18af4cd486b
  Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
  Date:   2021-01-25 (Mon, 25 Jan 2021)

  Changed paths:
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp

  Log Message:
  -----------
  ExpressionParser: Migrate to FileEntryRef in ParseInternal, NFC

Migrate to the `FileEntryRef` overload of `SourceManager::createFileID`
(using `FileManager::getOptionalFileRef`) in
`ClangExpressionParser::ParseInternal`.

No functionality change here.

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




More information about the All-commits mailing list