gecko-dev/build/clang-plugin
Ehsan Akhgari 3ddb346120 Bug 1324239 - Refactor the clang plugin; r=mystor
This patch mostly just splits up clang-plugin.cpp into separate files for
different classes or helpers.
2016-12-28 20:17:48 -05:00
..
tests Bug 1325694 - Mark the MSVC specific std::atomic base classes as memmovable for static analysis; r=froydnj 2016-12-23 21:03:21 -05:00
.clang-format Run clang-format on clang-plugin.cpp, no bug 2015-08-18 23:09:24 -04:00
ArithmeticArgChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
ArithmeticArgChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
AssertAssignmentChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
AssertAssignmentChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
CustomMatchers.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
CustomTypeAnnotation.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
CustomTypeAnnotation.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
DiagnosticsMatcher.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
DiagnosticsMatcher.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
ExplicitImplicitChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
ExplicitImplicitChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
ExplicitOperatorBoolChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
ExplicitOperatorBoolChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
KungFuDeathGripChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
KungFuDeathGripChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
Makefile.in Bug 1246334 - Add support for building the clang plugin using clang-cl; r=glandium 2016-02-26 07:29:48 -05:00
MemMoveAnnotation.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
MozCheckAction.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
MozChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
MozChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NaNExprChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NaNExprChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NeedsNoVTableTypeChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NeedsNoVTableTypeChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NoAddRefReleaseOnReturnChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NoAddRefReleaseOnReturnChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NoAutoTypeChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NoAutoTypeChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NoDuplicateRefCntMemberChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NoDuplicateRefCntMemberChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NoExplicitMoveConstructorChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NoExplicitMoveConstructorChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NonMemMovableMemberChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NonMemMovableMemberChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NonMemMovableTemplateArgChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NonMemMovableTemplateArgChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NonParamInsideFunctionDeclChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
NonParamInsideFunctionDeclChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
OverrideBaseCallChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
OverrideBaseCallChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
OverrideBaseCallUsageChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
OverrideBaseCallUsageChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
RefCountedCopyConstructorChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
RefCountedCopyConstructorChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
RefCountedInsideLambdaChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
RefCountedInsideLambdaChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
ScopeChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
ScopeChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
SprintfLiteralChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
SprintfLiteralChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
TrivialCtorDtorChecker.cpp Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
TrivialCtorDtorChecker.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
Utils.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
moz.build Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00
plugin.h Bug 1324239 - Refactor the clang plugin; r=mystor 2016-12-28 20:17:48 -05:00