[PATCH] D86514: Correctly parse LateParsedTemplates in case of multiple dependent modules
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 1 10:46:32 PDT 2020
rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.
Thanks!
================
Comment at: clang/lib/Serialization/ASTReader.cpp:8395
+ for (unsigned Idx = 0, N = LateParsed.size(); Idx < N;
+ /* In loop */) {
+ FunctionDecl *FD =
----------------
Phabricator claims there's a tab here and below. Please double-check you're indenting with spaces before commit.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86514/new/
https://reviews.llvm.org/D86514
More information about the cfe-commits
mailing list