1. 002840c Quick build fix. by Rafael Espindola · 11 years ago
  2. f61be9c [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  3. f88da97 Remove inclusions of LLVM's private config.h by Alp Toker · 12 years ago
  4. 228166a Use error_code() instead of error_code::succes() by Rafael Espindola · 12 years ago
  5. 281f9d0 Update for Clang API change and move ClangTidyDiagnosticRenderer into an anonymous namespace while there. by Benjamin Kramer · 12 years ago
  6. 6a2dc5c [C++11] Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  7. f7e45c0 Fix the top header that corresponds to this source file. Thanks for by Chandler Carruth · 12 years ago
  8. 85e6e87 Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't by Chandler Carruth · 12 years ago
  9. e744d2b Fix assertion error. by John Thompson · 12 years ago
  10. abe79d9 Improve comment, as requested by Alp Toker. by John Thompson · 12 years ago
  11. 9a5134e Fix a variety of user-visible and comment typos by Alp Toker · 12 years ago
  12. 5ab4f11 Added module map generation option. by John Thompson · 12 years ago
  13. 2a8fcee Don't use default label in fully covered switch by Alexey Samsonov · 12 years ago
  14. 7408392 Check for #include in extern and namespace blocks. by John Thompson · 12 years ago
  15. 3353a10 Modularize: Use in-place version of sys::path::native. by Benjamin Kramer · 12 years ago
  16. 7d0213c modularize - Fix of header dependencies - this time with the source. by John Thompson · 12 years ago
  17. 53a9d2d modularize - Update main comment. by John Thompson · 12 years ago
  18. f5999bd Revert svn 189837 "Added header dependencies support." by Bob Wilson · 12 years ago
  19. 7475180 Added header dependencies support. by John Thompson · 12 years ago
  20. cc2e291 Ran clang-format for a base-line. by John Thompson · 12 years ago
  21. 9e8d672 Updated the main comment with respect to problems and future directions. by John Thompson · 12 years ago
  22. 8e01c06 Fixed some issues that resulted in erroneous duplicate symbol error messages. by John Thompson · 12 years ago
  23. 8e20be2 Remove CRs added in r187370. by Nico Weber · 12 years ago
  24. bb0a3b0 Fixed coding convention naming issue - variable names start with uppercase. by John Thompson · 12 years ago
  25. 4fa9c2c Extend comments for problems and future directions. by John Thompson · 12 years ago
  26. 181ea2e Comment changes. Added current problems comment. by John Thompson · 12 years ago
  27. dc11827 Fixed comment typo. by John Thompson · 12 years ago
  28. 7c6e79f3 Fixed comment issues (non-ASCII chars, typos) per review, expanded some comments. by John Thompson · 12 years ago
  29. 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
  30. 17b15cf Revert "Added new feature for checking macro and preprocessor conditional consistency." by Rafael Espindola · 12 years ago
  31. 1e01014 Added new feature for checking macro and preprocessor conditional consistency. by John Thompson · 12 years ago
  32. b809dfc Fixed some formatting issues with clang-format to get a baseline. by John Thompson · 12 years ago
  33. 161381e Ran clang-format on Modularize.cpp to get a baseline for future changes. by John Thompson · 12 years ago
  34. 26b567a Fixed typo. by John Thompson · 12 years ago
  35. 54c8369 Fixed a typo and naming convention. by John Thompson · 12 years ago
  36. a44f85a Fixed outdate comment, and comment typo. by John Thompson · 13 years ago
  37. 52d9886 modularize - Fixed broken array use (asserted in tests). Renamed KindType enum. by John Thompson · 13 years ago
  38. 4b24921 Revert "modularize - Fixed poor array usage." by Michael Gottesman · 13 years ago
  39. 3b1ee2b modularize - Updated futures comment. by John Thompson · 13 years ago
  40. 9663d8c modularize - Fixed poor array usage. by John Thompson · 13 years ago
  41. c66c07d Fix a default on covered switch found by -Wcovered-switch-default by David Blaikie · 13 years ago
  42. 4e4d9b3 modularize - revised to group duplicate symbols together in the error output. by John Thompson · 13 years ago
  43. ea6c8db Broke out header file list reading into separate function. Moved options to front. Removed some trailing spaces. by John Thompson · 13 years ago
  44. fd8ca38 Added informational comment about using -x c++. by John Thompson · 13 years ago
  45. d977c1e Fixed path in file comment. Fixed #include order. by John Thompson · 13 years ago
  46. f5db45b Revised to use MemoryBuffer. Removed redundant llvm:: qualifiers. Removed unnecessary c_str() calls. Reformatted with clang-format. by John Thompson · 13 years ago
  47. 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
  48. ce601e2 Added future directions comment and a couple of fixme's. by John Thompson · 13 years ago
  49. 1f67ccb Review feedback change per Edwin: Move non-public members to end of classes. by John Thompson · 13 years ago
  50. 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