[all-commits] [llvm/llvm-project] a9ae2f: [ASTWriter] Replace `const std::string &OutputFile...

Argyrios Kyrtzidis via All-commits all-commits at lists.llvm.org
Wed Jul 27 23:02:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a9ae2f2764364a2c3bfe7d81087b74b465dcb305
      https://github.com/llvm/llvm-project/commit/a9ae2f2764364a2c3bfe7d81087b74b465dcb305
  Author: Argyrios Kyrtzidis <kyrtzidis at apple.com>
  Date:   2022-07-27 (Wed, 27 Jul 2022)

  Changed paths:
    M clang/include/clang/Serialization/ASTWriter.h
    M clang/lib/Serialization/ASTWriter.cpp

  Log Message:
  -----------
  [ASTWriter] Replace `const std::string &OutputFile` with `StringRef OutputFile` in some of `ASTWriter` functions, NFC

This is to make it consistent with LLVM's string parameter passing convention.




More information about the All-commits mailing list