[all-commits] [llvm/llvm-project] 8e6856: [Clang][TableGen] Use StringRef::str() instead of ...

Rahul Joshi via All-commits all-commits at lists.llvm.org
Mon Oct 28 16:16:01 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e6856e27859c90c5337a8328848b0959fe409fe
      https://github.com/llvm/llvm-project/commit/8e6856e27859c90c5337a8328848b0959fe409fe
  Author: Rahul Joshi <rjoshi at nvidia.com>
  Date:   2024-10-28 (Mon, 28 Oct 2024)

  Changed paths:
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
    M clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
    M clang/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp

  Log Message:
  -----------
  [Clang][TableGen] Use StringRef::str() instead of std::string() cast (#113645)

Use `StringRef::str()` instead of std::string(StringRef) to cast from
StringRef to std::string.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list