[all-commits] [llvm/llvm-project] 499d0b: [clang] createInvocationFromCommandLine -> createI...

Sam McCall via All-commits all-commits at lists.llvm.org
Fri May 6 07:22:14 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 499d0b96cb52c828e7fc4d58825b5e8b3f9931c5
      https://github.com/llvm/llvm-project/commit/499d0b96cb52c828e7fc4d58825b5e8b3f9931c5
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2022-05-06 (Fri, 06 May 2022)

  Changed paths:
    M clang/include/clang/Frontend/Utils.h
    M clang/lib/Frontend/ASTUnit.cpp
    M clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
    M clang/tools/c-index-test/core_main.cpp
    M clang/tools/diagtool/ShowEnabledWarnings.cpp
    M clang/tools/libclang/Indexing.cpp
    M clang/unittests/Frontend/ASTUnitTest.cpp
    M clang/unittests/Frontend/CompilerInstanceTest.cpp
    M clang/unittests/Serialization/ModuleCacheTest.cpp
    M clang/unittests/Tooling/Syntax/TokensTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTestBase.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp

  Log Message:
  -----------
  [clang] createInvocationFromCommandLine -> createInvocation, delete former. NFC

(Followup from 40c13720a4b977d4347bbde53c52a4d0703823c2)

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


  Commit: d2405e1da5b6ee8d6568469610071d86414cdc93
      https://github.com/llvm/llvm-project/commit/d2405e1da5b6ee8d6568469610071d86414cdc93
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2022-05-06 (Fri, 06 May 2022)

  Changed paths:
    M clang/tools/diagtool/ShowEnabledWarnings.cpp

  Log Message:
  -----------
  Fix lifetime of DiagnosticsEngine in diagtool.


Compare: https://github.com/llvm/llvm-project/compare/2472b6869a6e...d2405e1da5b6


More information about the All-commits mailing list