[PATCH] D121328: Disable -Wmissing-prototypes for internal linkage functions that aren't explicitly marked "static"""

Dean Sturtevant via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 24 09:07:32 PDT 2022


deansturtevant requested changes to this revision.
deansturtevant added a comment.
This revision now requires changes to proceed.

Aha! (I think).
If the code to test "isExternalVisible" is executed *after* the code to test whether it's a C++ member function (the very next test), then the problem wouldn't arise.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121328



More information about the cfe-commits mailing list