[PATCH] D116751: [clang][lex] NFC: Extract module creation into function

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 6 08:17:51 PST 2022


jansvoboda11 created this revision.
jansvoboda11 added reviewers: Bigcheese, dexonsmith, ahoppen.
jansvoboda11 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This patch extracts the construction of `Module` within `ModuleMap` into a separate function.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116751

Files:
  clang/include/clang/Lex/ModuleMap.h
  clang/lib/Lex/ModuleMap.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116751.397901.patch
Type: text/x-patch
Size: 4568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220106/161a5c0a/attachment.bin>


More information about the cfe-commits mailing list