diff options
author | David Blaikie <dblaikie@gmail.com> | 2022-03-09 21:05:03 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2022-03-09 21:12:56 +0000 |
commit | 85ee1d3ca1d06b6bd3477515b8d0c72c8df7c069 (patch) | |
tree | 439cd0d80e5bee0c385982422d2181c97de60bc3 /llvm/unittests/Support/CommandLineTest.cpp | |
parent | f2a97536809588f1748d32d2e79c9a2a6b4ec335 (diff) | |
download | llvm-85ee1d3ca1d06b6bd3477515b8d0c72c8df7c069.zip llvm-85ee1d3ca1d06b6bd3477515b8d0c72c8df7c069.tar.gz llvm-85ee1d3ca1d06b6bd3477515b8d0c72c8df7c069.tar.bz2 |
Revert "Disable -Wmissing-prototypes for internal linkage functions that aren't explicitly marked "static""
Regresses:
typedef struct {
static void f() {
}
} a_t;
Causing this to error instead of warn, because the linkage is computed
earlier/too early perhaps. I'll send out a review to see if there's some
other path forward or if this is an acceptable regression, etc.
This reverts commit 275c56226d7fbd6a4d554807374f78d323aa0c1c.
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
0 files changed, 0 insertions, 0 deletions