[clang] [clang] Fix a segfault when M is a nullptr (PR #130712)

Takuto Ikuta via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 17 21:55:54 PDT 2025


================
@@ -0,0 +1,31 @@
+// RUN: split-file %s %t
+
+// There are two requirements here to result in the owner of a macro being null.
----------------
atetubou wrote:

Which macro has null owner module in this test?

https://github.com/llvm/llvm-project/pull/130712


More information about the cfe-commits mailing list