summaryrefslogtreecommitdiffstats
path: root/clang-tidy/misc/DefinitionsInHeadersCheck.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
* Fix up clang-tidy after clang r314037.Richard Smith2017-09-221-1/+4
* [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko2017-07-201-2/+2
* [clang-tidy] Enable inline variable definitions in headersGabor Horvath2017-06-281-0/+3
* [clang-tidy] Ignore instantiated functions and static data members of classes...Haojian Wu2017-02-151-3/+4
* [clang-tidy] Improve diagnostic message for misc-definitions-in-header.Haojian Wu2017-02-141-3/+5
* [clang-tidy] hasErrorOccurred() -> hasUncompilableErrorOccurred()Alexander Kornienko2017-02-081-1/+1
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-2/+1
* [clang-tidy] Fix misc-definitions-in-headers misplaced fixing to fully templa...Haojian Wu2016-07-131-2/+2
* [clang-tidy] Don't run misc-definitions-in-headers check in failing TUs.Haojian Wu2016-06-271-0/+4
* [clang-tidy] Ignore the deleted function in misc-definitions-in-headers.Haojian Wu2016-06-071-6/+8
* [clang-tidy] Remove unnecessary getName() on Decls and Types feeding into a D...Benjamin Kramer2016-04-071-6/+5
* [clang-tidy] Some improvements in 'misc-definitions-in-headers' check.Haojian Wu2016-02-081-0/+4
* [clang-tdiy] Add header file extension configuration support.Haojian Wu2016-02-051-14/+26
* [clang-tidy] bug fix: Don't warn on partial template specialization in `misc-...Haojian Wu2016-02-031-1/+4
* [clang-tidy] Add non-inline function definition and variable definition check...Alexander Kornienko2016-01-081-0/+126