summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/dynexcspec.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-11-07 11:50:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-11-07 11:50:47 +0100
commitb35bb38f18fd94aa67af944f76b820d59380b78b (patch)
treecc2c4aadda7f57abc174adfd3c2260428338d3d0 /compilerplugins/clang/dynexcspec.cxx
parentMemoize ignoreLocation results (diff)
downloadcore-b35bb38f18fd94aa67af944f76b820d59380b78b.tar.gz
core-b35bb38f18fd94aa67af944f76b820d59380b78b.zip
Clean away temporarily added using declarations
Change-Id: I26734c13515394162d88351a1cbe2b20abdac865
Diffstat (limited to 'compilerplugins/clang/dynexcspec.cxx')
-rw-r--r--compilerplugins/clang/dynexcspec.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/compilerplugins/clang/dynexcspec.cxx b/compilerplugins/clang/dynexcspec.cxx
index c3b8e79d0c78..651c997e60cf 100644
--- a/compilerplugins/clang/dynexcspec.cxx
+++ b/compilerplugins/clang/dynexcspec.cxx
@@ -46,7 +46,8 @@ class DynExcSpec:
public RecursiveASTVisitor<DynExcSpec>, public loplugin::RewritePlugin
{
public:
- explicit DynExcSpec(InstantiationData const & data): RewritePlugin(data) {}
+ explicit DynExcSpec(loplugin::InstantiationData const & data):
+ RewritePlugin(data) {}
void run() override {
if (compiler.getLangOpts().CPlusPlus) {