[PATCH] D86823: [clang][Modules] Perform an Extra Consistency Check When Searching The ModuleManager's Cache For Implicit Modules
Adrian Prantl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 28 16:44:21 PDT 2020
aprantl added inline comments.
================
Comment at: clang/lib/Serialization/ModuleManager.cpp:152
+ const FileEntry *Entry) -> bool {
+ if (Kind != MK_ImplicitModule) {
+ return true;
----------------
nit: LLVM style omits curly braces on single statements.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86823/new/
https://reviews.llvm.org/D86823
More information about the cfe-commits
mailing list