Kaydet (Commit) f29389f1 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:staticvar ignore this case for now

Change-Id: Ic0e5e113ff16dbb3fb246c52f5a2fee8d9f52304
üst f8f8cfff
......@@ -79,7 +79,10 @@ public:
|| fn == SRCDIR "/sw/source/filter/ww8/ww8par6.cxx"
// this only triggers on older versions of clang, not sure why
// in any case, it is actually about the array in vcl/inc/units.hrc, which we can't change
|| fn == SRCDIR "/vcl/source/app/svdata.cxx")
|| fn == SRCDIR "/vcl/source/app/svdata.cxx"
// I tried doing this, but got very weird unit test failures, apparently sorting this table
// disturbs some code elsewhere
|| fn == SRCDIR "/svx/source/unodraw/unoprov.cxx")
return;
TraverseDecl(compiler.getASTContext().getTranslationUnitDecl());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment