summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store/referencecasting.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/referencecasting.cxx')
-rw-r--r--compilerplugins/clang/store/referencecasting.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/compilerplugins/clang/store/referencecasting.cxx b/compilerplugins/clang/store/referencecasting.cxx
index c957367dc562..113002cf22eb 100644
--- a/compilerplugins/clang/store/referencecasting.cxx
+++ b/compilerplugins/clang/store/referencecasting.cxx
@@ -32,7 +32,6 @@ I have logged a bug here:
http://llvm.org/bugs/show_bug.cgi?id=15902
*/
-
ReferenceCasting::ReferenceCasting( CompilerInstance& compiler )
: Plugin( compiler )
{
@@ -189,7 +188,6 @@ static const Type* extractTemplateType(Expr* cce)
return templateParamQT.getTypePtr();
}
-
static Plugin::Registration< ReferenceCasting > X( "referencecasting" );
} // namespace