Matt 4630d464c5
[clang] Fix a segfault when M is a nullptr (#130712)
If `MM->getOwningModule` returns nullptr, then `isVisible` is called
with nullptr, which then calls `getImportLoc(nullptr)`


077e0c134a/clang/lib/Lex/PPMacroExpansion.cpp (L208)
2025-05-15 10:50:45 +08:00
..
2025-05-05 07:06:02 -04:00