[clang] [clang][tools] Handle weak (and duplicate) symbols in clang-extdef-mapping (PR #222010)

Balázs Kéri via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 10 03:23:32 PDT 2026


================
@@ -190,12 +200,15 @@ static int HandleFiles(ArrayRef<std::string> SourceFiles,
     }
   }
 
+  int Ret = 0;
   if (!SourcesToBeParsed.empty()) {
----------------
balazske wrote:

It is not needed.

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


More information about the cfe-commits mailing list