aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/google/UsingNamespaceDirectiveCheck.cpp
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2017-05-15Make google-build-using-namespace skip std::.*literalsAlexander Kornienko
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-01-08[clang-tidy] Use proper capitalization and punctuation for diagnostic messages.Alexander Kornienko
2015-09-02Disable clang-tidy Google checkers when not compiling in C++ mode. None of th...Aaron Ballman
2015-03-05[clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...Alexander Kornienko
2015-01-14[cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth
2014-07-16[clang-tidy] Add namespaces checkers.Benjamin Kramer