[Lldb-commits] [lldb] [lldb][test] Add test for ASTImporter's name conflict resolution (PR #112566)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 18 04:06:22 PDT 2024
================
@@ -0,0 +1,9 @@
+#ifndef PLUGIN_H_IN
+#define PLUGIN_H_IN
+
+extern "C" {
+void plugin_entry(void);
+void plugin_init(void);
+}
+
+#endif // _H_IN
----------------
labath wrote:
```suggestion
#endif // PLUGIN_H_IN
```
https://github.com/llvm/llvm-project/pull/112566
More information about the lldb-commits
mailing list