Commit Graph

1 Commits

Author SHA1 Message Date
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