summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-12-05 17:33:47 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-01-06 23:06:39 +0100
commit038517a51649eb8bbe526303f536987c1207f122 (patch)
tree417f81ca79811f31b958cd65221e2fa491b884f1 /compilerplugins
parent6fbe72e5cd4993992c0a09e796372b804c896feb (diff)
Adapt to current Clang trunk
Change-Id: I0aadc7019934841d6864258695a17503918b6c20
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/unusedvariablecheck.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedvariablecheck.cxx b/compilerplugins/clang/unusedvariablecheck.cxx
index fa14b9ca7fb5..759b9fa946ec 100644
--- a/compilerplugins/clang/unusedvariablecheck.cxx
+++ b/compilerplugins/clang/unusedvariablecheck.cxx
@@ -11,6 +11,7 @@
#include "unusedvariablecheck.hxx"
#include <clang/AST/ASTContext.h>
+#include <clang/AST/Attr.h>
#include <clang/Basic/SourceManager.h>
namespace loplugin