1. 301faac clang-tidy, modularize: return non-zero exit code on errors by Alexander Kornienko · 8 years ago
  2. 12b4074 Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::unique_ptr<>" by Roman Lebedev · 8 years ago
  3. 6b56a11 [Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::unique_ptr<> by Roman Lebedev · 8 years ago
  4. d63b2f3 Update for PrintHelpMessage not calling exit. by Rafael Espindola · 8 years ago
  5. 08124b1 modernize-use-auto NFC fixes by Piotr Padlewski · 9 years ago
  6. e9a265a Adapt to TraverseLambdaCapture interface change from D23204 by Martin Bohme · 9 years ago
  7. 0caf6da Accommodate interface change in r252134. by Alexander Kornienko · 10 years ago
  8. fdaefe5 Prune CRLF. by NAKAMURA Takumi · 10 years ago
  9. 4018c62 Added mechanism to modularize for doing a compilation precheck by John Thompson · 10 years ago
  10. 91656d2 Fixed erroneous comments. by John Thompson · 10 years ago
  11. ddd7dea Fixed erroneous comment. by John Thompson · 10 years ago
  12. 40178c3 Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but now fails the bots. by Yaron Keren · 10 years ago
  13. 4526701 Replace some const std::string & with llvm::StringRef or std::string by Yaron Keren · 10 years ago
  14. 1f02f96 Update for LLVM API change to return by InputArgList directly (rather than by pointer) from ParseArgs by David Blaikie · 10 years ago
  15. faa9280 Update for ParseARgs ArrayRef-ification by David Blaikie · 10 years ago
  16. 96f5551 Fixed modularize to warn about missing headers referenced in a module map. by John Thompson · 10 years ago
  17. cf777e9 Fixed option comment. '=' is required. by John Thompson · 10 years ago
  18. f9f62b1 Changed option processing to implicitly use -x c++ if no other -x option specified. Added implicit -w option to disable compilation warnings, in particular to avoid warning on pragma once. by John Thompson · 10 years ago
  19. 76e6660 Fix clang-tools-extra build after clang r235614. by Richard Smith · 10 years ago
  20. 87638f6 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  21. e710371 Make helpers static. clang-tools edition. by Benjamin Kramer · 11 years ago
  22. 8eb8d93 Added module map coverage support, extracted from module-map-checker. by John Thompson · 11 years ago
  23. 9cb7964 Added support for extracting headers from module maps as a source for the header list. by John Thompson · 11 years ago
  24. eaa4c73 Updated file comment on modularize usage, as it was out-of-date. by John Thompson · 11 years ago
  25. 3dcb393 Add canonical path conversion function and use it so paths are consistent. by John Thompson · 11 years ago
  26. d845bae Moved header list loading to new class. This is staging for adding module map loading and checking support. by John Thompson · 11 years ago
  27. 24fbdf1 Modularize.cpp: Simplify. Vector may be aware of ranged-for. by NAKAMURA Takumi · 11 years ago
  28. c8930de Modularize.cpp: Prune CRLFs. by NAKAMURA Takumi · 11 years ago
  29. 469bbc0 Added support for multiple header list files, as a precursor for when we need to load multiple module maps. by John Thompson · 11 years ago
  30. ecd3b04 Added -block-check-header-list-only option. This is a work-around for private includes that purposefully get included inside blocks. by John Thompson · 11 years ago
  31. 5d9862f Renamed module.map to module.modulemap (modularize). by John Thompson · 11 years ago
  32. d365731 Make ArgumentsAdjuster an std::function (clang-tools-extra part of D6505). by Alexander Kornienko · 11 years ago
  33. 680c4c8 Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324) by David Blaikie · 11 years ago
  34. 6e91424 Plug memory leaks. by Benjamin Kramer · 11 years ago
  35. 5bae2c8 Revert "unique_ptr-ify ownership of ASTConsumers" by David Blaikie · 11 years ago
  36. b9574ac unique_ptr-ify ownership of ASTConsumers by David Blaikie · 11 years ago
  37. 43f0aa6 Update for llvm api change. by Rafael Espindola · 11 years ago
  38. c7f0d23 Prefix error_code with std. by Rafael Espindola · 11 years ago
  39. 002840c Quick build fix. by Rafael Espindola · 11 years ago
  40. f61be9c [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  41. f88da97 Remove inclusions of LLVM's private config.h by Alp Toker · 11 years ago
  42. 228166a Use error_code() instead of error_code::succes() by Rafael Espindola · 11 years ago
  43. 281f9d0 Update for Clang API change and move ClangTidyDiagnosticRenderer into an anonymous namespace while there. by Benjamin Kramer · 11 years ago
  44. 6a2dc5c [C++11] Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  45. f7e45c0 Fix the top header that corresponds to this source file. Thanks for by Chandler Carruth · 12 years ago
  46. 85e6e87 Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't by Chandler Carruth · 12 years ago
  47. e744d2b Fix assertion error. by John Thompson · 12 years ago
  48. abe79d9 Improve comment, as requested by Alp Toker. by John Thompson · 12 years ago
  49. 9a5134e Fix a variety of user-visible and comment typos by Alp Toker · 12 years ago
  50. 5ab4f11 Added module map generation option. by John Thompson · 12 years ago
  51. 2a8fcee Don't use default label in fully covered switch by Alexey Samsonov · 12 years ago
  52. 7408392 Check for #include in extern and namespace blocks. by John Thompson · 12 years ago
  53. 3353a10 Modularize: Use in-place version of sys::path::native. by Benjamin Kramer · 12 years ago
  54. 7d0213c modularize - Fix of header dependencies - this time with the source. by John Thompson · 12 years ago
  55. 53a9d2d modularize - Update main comment. by John Thompson · 12 years ago
  56. f5999bd Revert svn 189837 "Added header dependencies support." by Bob Wilson · 12 years ago
  57. 7475180 Added header dependencies support. by John Thompson · 12 years ago
  58. cc2e291 Ran clang-format for a base-line. by John Thompson · 12 years ago
  59. 9e8d672 Updated the main comment with respect to problems and future directions. by John Thompson · 12 years ago
  60. 8e01c06 Fixed some issues that resulted in erroneous duplicate symbol error messages. by John Thompson · 12 years ago
  61. 8e20be2 Remove CRs added in r187370. by Nico Weber · 12 years ago
  62. bb0a3b0 Fixed coding convention naming issue - variable names start with uppercase. by John Thompson · 12 years ago
  63. 4fa9c2c Extend comments for problems and future directions. by John Thompson · 12 years ago
  64. 181ea2e Comment changes. Added current problems comment. by John Thompson · 12 years ago
  65. dc11827 Fixed comment typo. by John Thompson · 12 years ago
  66. 7c6e79f3 Fixed comment issues (non-ASCII chars, typos) per review, expanded some comments. by John Thompson · 12 years ago
  67. 94faa4d Fixed case change that caused the test failure. Incorporarated Sean's review changes, consisting only of renaming and comment changes. by John Thompson · 12 years ago
  68. 17b15cf Revert "Added new feature for checking macro and preprocessor conditional consistency." by Rafael Espindola · 12 years ago
  69. 1e01014 Added new feature for checking macro and preprocessor conditional consistency. by John Thompson · 12 years ago
  70. b809dfc Fixed some formatting issues with clang-format to get a baseline. by John Thompson · 12 years ago
  71. 161381e Ran clang-format on Modularize.cpp to get a baseline for future changes. by John Thompson · 12 years ago
  72. 26b567a Fixed typo. by John Thompson · 12 years ago
  73. 54c8369 Fixed a typo and naming convention. by John Thompson · 12 years ago
  74. a44f85a Fixed outdate comment, and comment typo. by John Thompson · 12 years ago
  75. 52d9886 modularize - Fixed broken array use (asserted in tests). Renamed KindType enum. by John Thompson · 13 years ago
  76. 4b24921 Revert "modularize - Fixed poor array usage." by Michael Gottesman · 13 years ago
  77. 3b1ee2b modularize - Updated futures comment. by John Thompson · 13 years ago
  78. 9663d8c modularize - Fixed poor array usage. by John Thompson · 13 years ago
  79. c66c07d Fix a default on covered switch found by -Wcovered-switch-default by David Blaikie · 13 years ago
  80. 4e4d9b3 modularize - revised to group duplicate symbols together in the error output. by John Thompson · 13 years ago
  81. ea6c8db Broke out header file list reading into separate function. Moved options to front. Removed some trailing spaces. by John Thompson · 13 years ago
  82. fd8ca38 Added informational comment about using -x c++. by John Thompson · 13 years ago
  83. d977c1e Fixed path in file comment. Fixed #include order. by John Thompson · 13 years ago
  84. f5db45b Revised to use MemoryBuffer. Removed redundant llvm:: qualifiers. Removed unnecessary c_str() calls. Reformatted with clang-format. by John Thompson · 13 years ago
  85. a2de108 Revised to use file list path as reference path, or path provide by new -prefix option. Revised to use LLVM option parser. by John Thompson · 13 years ago
  86. ce601e2 Added future directions comment and a couple of fixme's. by John Thompson · 13 years ago
  87. 1f67ccb Review feedback change per Edwin: Move non-public members to end of classes. by John Thompson · 13 years ago
  88. 4f8ba65 Initial check in of Doug's modularize tool for checking header readiness for modules, plus some changes per review feedback: Removed system headers, changed to use stream output, added file name in message. by John Thompson · 13 years ago