Commit bc661b6
committed
meta: After autoload, immediately check TClassTable.
If a library was loaded, the alias for a class were also loaded and a non normalized name might lead to a match.
If we skip this check, then the next step will normalized the name and check for typedef inside the name (if
it is a template instance name) and if the name are not found as is, it may lead to loading the header file.
ie. this fixes #17992 and cms-sw/cmssw#474701 parent f9d8e60 commit bc661b6
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3202 | 3202 | | |
3203 | 3203 | | |
3204 | 3204 | | |
| 3205 | + | |
| 3206 | + | |
| 3207 | + | |
| 3208 | + | |
3205 | 3209 | | |
3206 | 3210 | | |
3207 | 3211 | | |
| |||
0 commit comments