[clang] [WIP] Implement `-dump-deserialized-declaration-ranges` flag. (PR #133910)
Viktoriia Bakalova via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 4 04:42:59 PDT 2025
================
@@ -139,16 +283,17 @@ FrontendAction::CreateWrappedASTConsumer(CompilerInstance &CI,
return nullptr;
// If there are no registered plugins we don't need to wrap the consumer
- if (FrontendPluginRegistry::begin() == FrontendPluginRegistry::end())
- return Consumer;
+ if (FrontendPluginRegistry::begin() == FrontendPluginRegistry::end()) {
----------------
VitaNuo wrote:
Thanks for the detailed explanation, addressed that.
https://github.com/llvm/llvm-project/pull/133910
More information about the cfe-commits
mailing list