[all-commits] [llvm/llvm-project] 753b81: [clang-doc] Introduce Serializer class

Paul Kirth via All-commits all-commits at lists.llvm.org
Thu Mar 5 12:01:13 PST 2026


  Branch: refs/heads/users/ilovepi/cd-serializer-class
  Home:   https://github.com/llvm/llvm-project
  Commit: 753b81c5a8ac5117e1776a0e1e84a8f620e78c08
      https://github.com/llvm/llvm-project/commit/753b81c5a8ac5117e1776a0e1e84a8f620e78c08
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M clang-tools-extra/clang-doc/Mapper.cpp
    M clang-tools-extra/clang-doc/Serialize.cpp
    M clang-tools-extra/clang-doc/Serialize.h
    M clang-tools-extra/clang-doc/benchmarks/ClangDocBenchmark.cpp
    M clang-tools-extra/unittests/clang-doc/SerializeTest.cpp

  Log Message:
  -----------
  [clang-doc] Introduce Serializer class

Serialization has mostly been done with static functions, but soon we
will need to share state, like alocator references. To avoid blowing up
our parameter lists, we can just wrap the local functions within a
class.



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