summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/google/UsingNamespaceDirectiveCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* Make google-build-using-namespace skip std::.*literalsAlexander Kornienko2017-05-151-0/+20
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-2/+2
* [clang-tidy] Use proper capitalization and punctuation for diagnostic messages.Alexander Kornienko2016-01-081-2/+2
* Disable clang-tidy Google checkers when not compiling in C++ mode. None of th...Aaron Ballman2015-09-021-1/+4
* [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...Alexander Kornienko2015-03-051-0/+2
* [cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* [clang-tidy] Add namespaces checkers.Benjamin Kramer2014-07-161-0/+41
OpenPOWER on IntegriCloud