[all-commits] [llvm/llvm-project] 7e34aa: [clang][ssaf][NFC] Refactor SerializationFormat to...

Balázs Benics via All-commits all-commits at lists.llvm.org
Wed Feb 11 03:22:33 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7e34aaeb91cfd537f8510c94c51df31ecd310ba5
      https://github.com/llvm/llvm-project/commit/7e34aaeb91cfd537f8510c94c51df31ecd310ba5
  Author: Balázs Benics <benicsbalazs at gmail.com>
  Date:   2026-02-11 (Wed, 11 Feb 2026)

  Changed paths:
    A clang/include/clang/Analysis/Scalable/Model/PrivateFieldNames.def
    M clang/include/clang/Analysis/Scalable/Serialization/SerializationFormat.h
    M clang/lib/Analysis/Scalable/Serialization/SerializationFormat.cpp
    M clang/unittests/Analysis/Scalable/Registries/MockSerializationFormat.cpp

  Log Message:
  -----------
  [clang][ssaf][NFC] Refactor SerializationFormat to use macro-based field accessors (#180842)

This reduces code duplication and makes it easier to add new field
accessors.

Assisted-By: claude



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