Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Sylvestre Ledru 1696d5e884 Bug 1319396 - Update the list of checkers in the .clang-tidy file r=Ehsan
MozReview-Commit-ID: 5WV2SgDuDC

--HG--
extra : rebase_source : 1bcf3416ae02b9f7882aa90835e79b89208b2280
2016-11-22 12:30:19 +01:00
Sylvestre Ledru 310bebf009 Bug 1319393 - Remove the misc-use-override.KeepVirtual declaration in .clang-tidy file r=Ehsan
MozReview-Commit-ID: E68Ji3al1ZF

--HG--
extra : rebase_source : ccaabf95bf9a8afd5333e3b3aa2d6f23e0c99a84
2016-11-22 12:17:14 +01:00
Ehsan Akhgari d155b722a1 Bug 1158656 - Add a .clang-tify file for misc-use-override; r=jrmuizel
My first attempt at using clang-tidy on the Mozilla code base.

For now we just enable the misc-use-override check, and specify the
KeepVirtual option that I have implemented for this check so that
it doesn't complain about usage of the virtual keyword alongside
override/final.
2016-11-22 11:15:42 +01:00