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-03-29 20:54:15 +01:00
2025-04-10 20:40:43 +02:00
2023-08-18 23:36:04 -07:00

See llvm/docs/README.txt