aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/.clang-tidy
Commit message (Collapse)AuthorAge
* Add clang-tidy checks for Firestore (#1078)Gravatar Gil2018-04-12
* Add a .clang-tidy configuration for Firestore C++ * Fix clang-tidy warnings * typedef -> using * const ref + rvalue ref -> pass by value * NULL -> nullptr * remove useless default initializations * remove useless const value-type parameter declarations (definitions can still use them) * use auto instead of repeating types in a cast * Fix typos * Address use of static method through instance warnings * Address use after move warnings