[PATCH] D109967: Simplify handling of builtin with inline redefinition

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 5 20:44:57 PDT 2021


rnk added a comment.

Thanks for doing this, this approach looks like it incorporated my feedback on the previous approach.



================
Comment at: clang/lib/CodeGen/CodeGenModule.cpp:3177
+
   // PR9614. Avoid cases where the source code is lying to us. An available
   // externally function should have an equivalent function somewhere else,
----------------
Can this trivially recursive builtin detection stuff be removed now? That would be great.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109967/new/

https://reviews.llvm.org/D109967



More information about the cfe-commits mailing list