1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 1647f38 Remove trailing whitespace in docs and clang-tidy sources. by Alexander Kornienko · 9 years ago
  3. 8615047 Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  4. e9a265a Adapt to TraverseLambdaCapture interface change from D23204 by Martin Bohme · 9 years ago
  5. d10be62 [clang-tidy] Prepare modernize-loop-convert for upcoming changes in D22566 by Martin Bohme · 9 years ago
  6. 325c727 Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes. by Tim Shen · 9 years ago
  7. 6f90dcc [clang-tidy] Remove dead code. NFC. by Benjamin Kramer · 9 years ago
  8. e641cb4 [clang-tidy] Fix "Name is not a simple identifier" assertion in `modernize-loop-convert` check. by Haojian Wu · 10 years ago
  9. 6b4c0b5 [clang-tidy] Fix an assert failure in `modernize-loop-convert`. by Haojian Wu · 10 years ago
  10. 1e3c32b [clang-tidy] Fix assertion failure on `at` function in modernize-loop-convert. by Haojian Wu · 10 years ago
  11. 2c19d4c Allow the alias to be of a different type. by Angel Garcia Gomez · 10 years ago
  12. 7056f74 Use the old index identifier by default, instead of 'elem'. by Angel Garcia Gomez · 10 years ago
  13. 7e1d4ae Avoid naming conflicts with the old index in modernize-loop-convert. by Angel Garcia Gomez · 10 years ago
  14. 8b56366 Replace double negation of !FileID.isInvalid() with FileID.isValid(). by Yaron Keren · 10 years ago
  15. 88d2044 Handle trailing underscores on modernize-loop-convert variable namer. by Angel Garcia Gomez · 10 years ago
  16. 8535c6c Add NamingStyle option to modernize-loop-convert. by Angel Garcia Gomez · 10 years ago
  17. bb9ca54 Another patch for modernize-loop-convert. by Angel Garcia Gomez · 10 years ago
  18. d930ef7 Avoid using rvalue references with trivially copyable types. by Angel Garcia Gomez · 10 years ago
  19. bd0ec69 Avoid repeated replacements on loop-convert check. by Angel Garcia Gomez · 10 years ago
  20. 8d01772 Two more fixes to loop convert. by Angel Garcia Gomez · 10 years ago
  21. 8475466 Fix loop-convert crash. by Angel Garcia Gomez · 10 years ago
  22. 692cbb5 Fix several corner cases for loop-convert check. by Angel Garcia Gomez · 10 years ago
  23. 8409e88 Fix another LoopConvert fail. by Angel Garcia Gomez · 10 years ago
  24. 446fe8d LoopConvert no longer take as alias references to other containers. by Angel Garcia Gomez · 10 years ago
  25. 0497084 [clang-tidy] Add loop-convert check to clang-tidy. by Alexander Kornienko · 10 years ago