[PATCH] D70556: clang/Modules: Refactor CompilerInstance::loadModule, NFC
Jan Korous via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 21 14:03:12 PST 2019
jkorous added inline comments.
================
Comment at: clang/include/clang/Lex/ModuleLoader.h:50
+ // We failed to load the module, but we shouldn't cache the failure.
+ OtherUncachedFailure,
};
----------------
Just a typo - the comma at the end.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70556/new/
https://reviews.llvm.org/D70556
More information about the cfe-commits
mailing list