On 3 Oct 2019, at 17:22, David Blaikie wrote:
(mostly joking) any interest in seeing what it'd take to make
Clang/LLVM
-Wmissing-prototype clean? (which would also catch the same sort of
issues,
I think?)
Sounds like a nice project for someone else. :)
John.
On Tue, Oct 1, 2019 at 4:10 PM
(mostly joking) any interest in seeing what it'd take to make Clang/LLVM
-Wmissing-prototype clean? (which would also catch the same sort of issues,
I think?)
On Tue, Oct 1, 2019 at 4:10 PM John McCall via cfe-commits <
cfe-commits@lists.llvm.org> wrote:
> Author: rjmccall
> Date: Tue Oct 1 16:1
Author: rjmccall
Date: Tue Oct 1 16:12:57 2019
New Revision: 373406
URL: http://llvm.org/viewvc/llvm-project?rev=373406&view=rev
Log:
Use scope qualifiers in Clang's tblgen backends to get useful
redeclaration checking. NFC.
Modified:
cfe/trunk/utils/TableGen/ClangASTNodesEmitter.cpp
cf