[Libreoffice-commits] .: compilerplugins/clang

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Dec 5 08:34:28 PST 2012


 compilerplugins/clang/unusedvariablecheck.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f995e0f7bbfc52cdfbef92b6c9d9c427a34a68e7
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Dec 5 17:33:47 2012 +0100

    Adapt to current Clang trunk
    
    Change-Id: I0aadc7019934841d6864258695a17503918b6c20

diff --git a/compilerplugins/clang/unusedvariablecheck.cxx b/compilerplugins/clang/unusedvariablecheck.cxx
index fa14b9c..759b9fa 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


More information about the Libreoffice-commits mailing list