[PATCH] D118311: [Clang][ModuleMap] Add conditional parsing via requires block declaration
Michael Spencer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 8 17:13:59 PST 2022
Bigcheese added inline comments.
================
Comment at: clang/lib/Lex/ModuleMap.cpp:2355
+ parseModuleMembers();
+ }
+ }
----------------
bruno wrote:
> Too many curly braces?
This is correct. It closes the block on line 2353.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118311/new/
https://reviews.llvm.org/D118311
More information about the cfe-commits
mailing list