summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/UseDefaultCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make modernize-use-default tolerant of delayed template parsing; this code wa...Aaron Ballman2016-01-201-0/+1
* Replace a dyn_cast with isa where the result was only being used as a boolean...Craig Topper2015-11-181-1/+1
* modernize-use-default supports copy constructor and copy-assignment operator.Angel Garcia Gomez2015-11-021-24/+282
* Add modernize-use-default check to clang-tidy.Angel Garcia Gomez2015-10-211-0/+63
OpenPOWER on IntegriCloud