diff options
| author | Matt Beaumont-Gay <matthewbg@google.com> | 2012-12-07 22:49:27 +0000 |
|---|---|---|
| committer | Matt Beaumont-Gay <matthewbg@google.com> | 2012-12-07 22:49:27 +0000 |
| commit | 05e0ad596100a5e666f5b16b23abcac314746383 (patch) | |
| tree | 1ae71b157491eb908ed9da8777474c433e4aafa1 /clang | |
| parent | 23de34d6d6bf3b4d79ab5df3b8da22f948aaf306 (diff) | |
| download | bcm5719-llvm-05e0ad596100a5e666f5b16b23abcac314746383.tar.gz bcm5719-llvm-05e0ad596100a5e666f5b16b23abcac314746383.zip | |
Appease -Wnon-virtual-dtor
llvm-svn: 169648
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/lib/Format/UnwrappedLineParser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Format/UnwrappedLineParser.h b/clang/lib/Format/UnwrappedLineParser.h index 92a51abf10e..908391d3db7 100644 --- a/clang/lib/Format/UnwrappedLineParser.h +++ b/clang/lib/Format/UnwrappedLineParser.h @@ -79,6 +79,8 @@ public: class FormatTokenSource { public: + virtual ~FormatTokenSource() { + } virtual FormatToken getNextToken() = 0; }; |

