1. 282dc72 Remove \brief commands from doxygen comments. by Dmitri Gribenko · 6 years ago
  2. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  3. 976e0c0 A bit of AST matcher cleanup, NFC. by Alexander Kornienko · 7 years ago
  4. 43465bf Port getLocStart -> getBeginLoc by Stephen Kelly · 7 years ago
  5. deb8c7d [clang-tidy: modernize] Fix modernize-use-equals-default with {} brackets list initialization: patch by Idriss Riouak · 7 years ago
  6. dea4398 [clang-tidy] Add modernize-use-equals-default.IgnoreMacros option by Alexander Kornienko · 8 years ago
  7. bcf2366 [clang-tidy] Rename modernize-use-default to modernize-use-equals-default by Malcolm Parsons · 9 years ago[Renamed (97%) from clang-tools-extra/clang-tidy/modernize/UseDefaultCheck.cpp]
  8. 5be5092 [clang-tidy] Changes to modernize-use-default check by Malcolm Parsons · 9 years ago
  9. 31055c6 [clang-tidy] Handle template instantiations in modenize-use-default check by Malcolm Parsons · 9 years ago
  10. e9425b2 Use auto in for loop by Malcolm Parsons · 9 years ago
  11. c2da631 [clang-tidy] Simplify modernize-use-default by Malcolm Parsons · 9 years ago
  12. 7a32553 [clang-tidy] modernize-use-default default constructor bugfix by Malcolm Parsons · 9 years ago
  13. e93a73f [ASTMatchers] Added ignoringParenImpCasts to has matchers by Piotr Padlewski · 9 years ago
  14. b618298 Make modernize-use-default tolerant of delayed template parsing; this code was previously causing failed assertions because dyn_cast was being passed a null pointer due to the delay-parsed body. by Aaron Ballman · 10 years ago
  15. 506dad8 Replace a dyn_cast with isa where the result was only being used as a boolean. NFC. by Craig Topper · 10 years ago
  16. f2bc2f0 modernize-use-default supports copy constructor and copy-assignment operator. by Angel Garcia Gomez · 10 years ago
  17. 8dedeb0 Add modernize-use-default check to clang-tidy. by Angel Garcia Gomez · 10 years ago