summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Don't make unqualified calls to functions that could well be found viaChandler Carruth2017-03-211-2/+2
* Add the 'AllowSoleDefaultDtor' and 'AllowMissingMoveFunctions' options to the...Aaron Ballman2017-03-131-29/+82
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-2/+1
* [clang-tidy] Don't use a SmallSetVector of an enum.Justin Lebar2016-10-211-3/+8
* [clang-tidy] Fix segfault in cppcore-guidelines-special-member-functions checkJonathan Coe2016-08-021-12/+13
* [clang-tidy] add check cppcoreguidelines-special-member-functionsJonathan Coe2016-07-301-0/+133
OpenPOWER on IntegriCloud