[all-commits] [llvm/llvm-project] 79b096: [NFC] [Serialization] Refactor getLocalDeclID to '...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Sun Jun 23 23:17:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 79b0966f2f137869cabab42d094fc1ccbb58373c
https://github.com/llvm/llvm-project/commit/79b0966f2f137869cabab42d094fc1ccbb58373c
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2024-06-24 (Mon, 24 Jun 2024)
Changed paths:
M clang/include/clang/AST/DeclID.h
M clang/lib/Serialization/ASTReader.cpp
Log Message:
-----------
[NFC] [Serialization] Refactor getLocalDeclID to 'LocalDeclID::get'
I just realized that the name `getLocalDeclID` looks like an member
function in ASTReader. It looks not good. So I decided to refactor this
into a static member function in LocalDeclID.
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