gecko-dev/build/clang-plugin/tests
Mike Hommey 71ac4d413d Bug 1850307 - Avoid truncation in TestSprintfLiteral.cpp. r=nika
Clang trunk started to warn about uses of snprintf that always lead to
truncation. The warning is hit in the test, but it's not really an
interesting part of the test, so prevent clang from warning by making
the format string smaller.

Differential Revision: https://phabricator.services.mozilla.com/D186990
2023-08-28 20:53:30 +00:00
..
Makefile.in
NonParameterTestCases.h
TestAssertWithAssignment.cpp
TestBadImplicitConversionCtor.cpp
TestCanRunScript.cpp Bug 1834937 - Remove test that relies on void* deref in TestCanRunScript.cpp. r=andi 2023-05-25 19:19:22 +00:00
TestCustomHeap.cpp
TestDanglingOnTemporary.cpp
TestExplicitOperatorBool.cpp
TestFopenUsage.cpp
TestGlobalClass.cpp
TestHeapClass.cpp
TestInheritTypeAnnotationsFromTemplateArgs.cpp
TestJSHandleRootedTypedef.cpp
TestKnownLive.cpp
TestKungFuDeathGrip.cpp
TestLoadLibraryUsage.cpp
TestMultipleAnnotations.cpp
TestMustOverride.cpp
TestMustReturnFromCaller.cpp
TestNANTestingExpr.cpp Bug 1660405 - Move away from mozilla::IsNaN in favor of std::isnan. r=nbp,media-playback-reviewers,sergesanspaille,padenot 2023-03-22 11:35:33 +00:00
TestNANTestingExprC.c
TestNeedsNoVTableType.cpp
TestNoAddRefReleaseOnReturn.cpp
TestNoArithmeticExprInArgument.cpp
TestNoAutoType.cpp
TestNoDuplicateRefCntMember.cpp
TestNoExplicitMoveConstructor.cpp
TestNoNewThreadsChecker.cpp
TestNoPrincipalGetUri.cpp
TestNoRefcountedInsideLambdas.cpp
TestNoUsingNamespaceMozillaJava.cpp
TestNonHeapClass.cpp
TestNonMemMovable.cpp
TestNonMemMovableStd.cpp
TestNonMemMovableStdAtomic.cpp
TestNonParameterChecker.cpp
TestNonTemporaryClass.cpp
TestNonTrivialTypeInFfi.cpp
TestOverrideBaseCall.cpp
TestOverrideBaseCallAnnotation.cpp
TestParamTraitsEnum.cpp
TestRefCountedCopyConstructor.cpp
TestSprintfLiteral.cpp Bug 1850307 - Avoid truncation in TestSprintfLiteral.cpp. r=nika 2023-08-28 20:53:30 +00:00
TestStackClass.cpp
TestStaticLocalClass.cpp
TestTemporaryClass.cpp
TestTemporaryLifetimeBound.cpp
TestTrivialCtorDtor.cpp
TestTrivialDtor.cpp
moz.build