Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "rootcling: always wait for the decl to select a class"
This reverts commit a74e019.
  • Loading branch information
pcanal committed Oct 26, 2020
commit dde7fc93d99b6ec1e3698f5a91ca660a7a484df0
5 changes: 2 additions & 3 deletions core/dictgen/src/Scanner.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -688,9 +688,8 @@ bool RScanner::TreatRecordDeclOrTypedefNameDecl(clang::TypeDecl* typeDecl)
if (selectedFromTypedef) {
if (!IsElementPresent(fSelectedTypedefs, typedefNameDecl))
fSelectedTypedefs.push_back(typedefNameDecl);
// For both rootcling and genreflex, wait until we see
// the decl to select it.
return true;
// Early exit here if we are not in presence of XML
if (!fSelectionRules.IsSelectionXMLFile()) return true;
}

if (selected->IsFromTypedef()) {
Expand Down