[all-commits] [llvm/llvm-project] 509e21: [clang] Replace SmallStr.str().str() with std::str...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Jan 29 21:28:48 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 509e21a1b9debc7fcbfb3eaf56a5dcf57de55e0e
      https://github.com/llvm/llvm-project/commit/509e21a1b9debc7fcbfb3eaf56a5dcf57de55e0e
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M clang/lib/AST/Expr.cpp
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/CrossTU/CrossTranslationUnit.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
    M clang/tools/clang-refactor/TestSupport.cpp
    M clang/unittests/Driver/SanitizerArgsTest.cpp
    M clang/unittests/Frontend/FrontendActionTest.cpp

  Log Message:
  -----------
  [clang] Replace SmallStr.str().str() with std::string conversion operator.

Use the std::string conversion operator introduced in
d7049213d0fcda691c9e79f9b41e357198d99738.




More information about the All-commits mailing list