summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/sallogareas.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-05-31 18:34:11 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-05-31 20:00:53 +0200
commita0d320096ceadc64f2b3b1022a3e52f307a4d0f2 (patch)
tree9bca2b3ddf40f1e794e1975eac58e089f8fbf50b /compilerplugins/clang/sallogareas.hxx
parentfix build (diff)
downloadcore-a0d320096ceadc64f2b3b1022a3e52f307a4d0f2.tar.gz
core-a0d320096ceadc64f2b3b1022a3e52f307a4d0f2.zip
mark all virtuals in the clang plugin as override
In order to help catch Clang API changes. Change-Id: I5738f5dff405f7a2dd377c983fb32c1c7a2ff921
Diffstat (limited to 'compilerplugins/clang/sallogareas.hxx')
-rw-r--r--compilerplugins/clang/sallogareas.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/sallogareas.hxx b/compilerplugins/clang/sallogareas.hxx
index 2c0326d58037..e00086b27ae4 100644
--- a/compilerplugins/clang/sallogareas.hxx
+++ b/compilerplugins/clang/sallogareas.hxx
@@ -24,7 +24,7 @@ class SalLogAreas
{
public:
explicit SalLogAreas( CompilerInstance& compiler );
- virtual void run();
+ virtual void run() override;
bool VisitFunctionDecl( const FunctionDecl* function );
bool VisitCallExpr( const CallExpr* call );
private: