summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store/cascadingassignop.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/cascadingassignop.hxx')
-rw-r--r--compilerplugins/clang/store/cascadingassignop.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/compilerplugins/clang/store/cascadingassignop.hxx b/compilerplugins/clang/store/cascadingassignop.hxx
index fa776c7a3ba4..adc3eac77ba7 100644
--- a/compilerplugins/clang/store/cascadingassignop.hxx
+++ b/compilerplugins/clang/store/cascadingassignop.hxx
@@ -22,9 +22,7 @@ struct WalkCounter;
// The class implementing the plugin action.
class CascadingAssignOp
// Inherits from the Clang class that will allow examing the Clang AST tree (i.e. syntax tree).
- : public RecursiveASTVisitor< CascadingAssignOp >
- // And the base class for LO Clang plugins.
- , public Plugin
+ : public FilteringPlugin< CascadingAssignOp >
{
public:
CascadingAssignOp( const InstantiationData& data );