summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.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
* [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko2017-07-201-2/+2
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-4/+3
* [clang-tdiy] Add header file extension configuration support.Haojian Wu2016-02-051-6/+20
* [clang-tidy] Use proper capitalization and punctuation for diagnostic messages.Alexander Kornienko2016-01-081-1/+1
* Disable clang-tidy Google checkers when not compiling in C++ mode. None of th...Aaron Ballman2015-09-021-2/+5
* We no longer need a custom matcher for this; use the builtin AST matcher inst...Aaron Ballman2015-08-181-8/+2
* [clang-tidy] Move user-defined matches to unnamed namespaces to prevent ODR v...Alexander Kornienko2015-06-171-2/+2
* [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/+51
OpenPOWER on IntegriCloud