[all-commits] [llvm/llvm-project] d38426: [NFC] [Modules] Introduce 'DeclBase::isInNamedModu...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Thu Jul 11 22:36:33 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d384267ad0d5494832f7f53b888c3968b7e688a8
https://github.com/llvm/llvm-project/commit/d384267ad0d5494832f7f53b888c3968b7e688a8
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2024-07-12 (Fri, 12 Jul 2024)
Changed paths:
M clang/include/clang/AST/DeclBase.h
M clang/lib/AST/Decl.cpp
M clang/lib/AST/DeclBase.cpp
M clang/lib/Sema/SemaDecl.cpp
Log Message:
-----------
[NFC] [Modules] Introduce 'DeclBase::isInNamedModule' interface
This patch introduces DeclBase::isInNamedModule API to ease the use
of modules slightly.
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