]> granicus.if.org Git - clang/commit
Silence a warning by giving Parser::FieldCallback a virtual destructor, and
authorJohn McCall <rjmccall@apple.com>
Tue, 3 Nov 2009 19:33:12 +0000 (19:33 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 3 Nov 2009 19:33:12 +0000 (19:33 +0000)
commit6c94a6d77f456f23ecd4c2061e6413786b5e6571
treea31ba991d0398b4b73f6489fe05b06e9a046fce8
parent62db245427b1cfb64cc0a25c918e17489a4a039c
Silence a warning by giving Parser::FieldCallback a virtual destructor, and
anchor the vtable to Parser.cpp for good measure.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85927 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/Parser.cpp