- 301faac clang-tidy, modularize: return non-zero exit code on errors by Alexander Kornienko · 8 years ago
- 12b4074 Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::unique_ptr<>" by Roman Lebedev · 8 years ago
- 6b56a11 [Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::unique_ptr<> by Roman Lebedev · 8 years ago
- d63b2f3 Update for PrintHelpMessage not calling exit. by Rafael Espindola · 8 years ago
- 08124b1 modernize-use-auto NFC fixes by Piotr Padlewski · 9 years ago
- e9a265a Adapt to TraverseLambdaCapture interface change from D23204 by Martin Bohme · 9 years ago
- 0caf6da Accommodate interface change in r252134. by Alexander Kornienko · 10 years ago
- fdaefe5 Prune CRLF. by NAKAMURA Takumi · 10 years ago
- 4018c62 Added mechanism to modularize for doing a compilation precheck by John Thompson · 10 years ago
- 91656d2 Fixed erroneous comments. by John Thompson · 10 years ago
- ddd7dea Fixed erroneous comment. by John Thompson · 10 years ago
- 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
- 4526701 Replace some const std::string & with llvm::StringRef or std::string by Yaron Keren · 10 years ago
- 1f02f96 Update for LLVM API change to return by InputArgList directly (rather than by pointer) from ParseArgs by David Blaikie · 10 years ago
- faa9280 Update for ParseARgs ArrayRef-ification by David Blaikie · 10 years ago
- 96f5551 Fixed modularize to warn about missing headers referenced in a module map. by John Thompson · 10 years ago
- cf777e9 Fixed option comment. '=' is required. by John Thompson · 10 years ago
- 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
- 76e6660 Fix clang-tools-extra build after clang r235614. by Richard Smith · 10 years ago
- 87638f6 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
- e710371 Make helpers static. clang-tools edition. by Benjamin Kramer · 11 years ago
- 8eb8d93 Added module map coverage support, extracted from module-map-checker. by John Thompson · 11 years ago
- 9cb7964 Added support for extracting headers from module maps as a source for the header list. by John Thompson · 11 years ago
- eaa4c73 Updated file comment on modularize usage, as it was out-of-date. by John Thompson · 11 years ago
- 3dcb393 Add canonical path conversion function and use it so paths are consistent. by John Thompson · 11 years ago
- 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
- 24fbdf1 Modularize.cpp: Simplify. Vector may be aware of ranged-for. by NAKAMURA Takumi · 11 years ago
- c8930de Modularize.cpp: Prune CRLFs. by NAKAMURA Takumi · 11 years ago
- 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
- 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
- 5d9862f Renamed module.map to module.modulemap (modularize). by John Thompson · 11 years ago
- d365731 Make ArgumentsAdjuster an std::function (clang-tools-extra part of D6505). by Alexander Kornienko · 11 years ago
- 680c4c8 Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324) by David Blaikie · 11 years ago
- 6e91424 Plug memory leaks. by Benjamin Kramer · 11 years ago
- 5bae2c8 Revert "unique_ptr-ify ownership of ASTConsumers" by David Blaikie · 11 years ago
- b9574ac unique_ptr-ify ownership of ASTConsumers by David Blaikie · 11 years ago
- 43f0aa6 Update for llvm api change. by Rafael Espindola · 11 years ago
- c7f0d23 Prefix error_code with std. by Rafael Espindola · 11 years ago
- 002840c Quick build fix. by Rafael Espindola · 11 years ago
- f61be9c [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
- f88da97 Remove inclusions of LLVM's private config.h by Alp Toker · 11 years ago
- 228166a Use error_code() instead of error_code::succes() by Rafael Espindola · 11 years ago
- 281f9d0 Update for Clang API change and move ClangTidyDiagnosticRenderer into an anonymous namespace while there. by Benjamin Kramer · 11 years ago
- 6a2dc5c [C++11] Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
- f7e45c0 Fix the top header that corresponds to this source file. Thanks for by Chandler Carruth · 12 years ago
- 85e6e87 Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't by Chandler Carruth · 12 years ago
- e744d2b Fix assertion error. by John Thompson · 12 years ago
- abe79d9 Improve comment, as requested by Alp Toker. by John Thompson · 12 years ago
- 9a5134e Fix a variety of user-visible and comment typos by Alp Toker · 12 years ago
- 5ab4f11 Added module map generation option. by John Thompson · 12 years ago
- 2a8fcee Don't use default label in fully covered switch by Alexey Samsonov · 12 years ago
- 7408392 Check for #include in extern and namespace blocks. by John Thompson · 12 years ago
- 3353a10 Modularize: Use in-place version of sys::path::native. by Benjamin Kramer · 12 years ago
- 7d0213c modularize - Fix of header dependencies - this time with the source. by John Thompson · 12 years ago
- 53a9d2d modularize - Update main comment. by John Thompson · 12 years ago
- f5999bd Revert svn 189837 "Added header dependencies support." by Bob Wilson · 12 years ago
- 7475180 Added header dependencies support. by John Thompson · 12 years ago
- cc2e291 Ran clang-format for a base-line. by John Thompson · 12 years ago
- 9e8d672 Updated the main comment with respect to problems and future directions. by John Thompson · 12 years ago
- 8e01c06 Fixed some issues that resulted in erroneous duplicate symbol error messages. by John Thompson · 12 years ago
- 8e20be2 Remove CRs added in r187370. by Nico Weber · 12 years ago
- bb0a3b0 Fixed coding convention naming issue - variable names start with uppercase. by John Thompson · 12 years ago
- 4fa9c2c Extend comments for problems and future directions. by John Thompson · 12 years ago
- 181ea2e Comment changes. Added current problems comment. by John Thompson · 12 years ago
- dc11827 Fixed comment typo. by John Thompson · 12 years ago
- 7c6e79f3 Fixed comment issues (non-ASCII chars, typos) per review, expanded some comments. by John Thompson · 12 years ago
- 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
- 17b15cf Revert "Added new feature for checking macro and preprocessor conditional consistency." by Rafael Espindola · 12 years ago
- 1e01014 Added new feature for checking macro and preprocessor conditional consistency. by John Thompson · 12 years ago
- b809dfc Fixed some formatting issues with clang-format to get a baseline. by John Thompson · 12 years ago
- 161381e Ran clang-format on Modularize.cpp to get a baseline for future changes. by John Thompson · 12 years ago
- 26b567a Fixed typo. by John Thompson · 12 years ago
- 54c8369 Fixed a typo and naming convention. by John Thompson · 12 years ago
- a44f85a Fixed outdate comment, and comment typo. by John Thompson · 12 years ago
- 52d9886 modularize - Fixed broken array use (asserted in tests). Renamed KindType enum. by John Thompson · 13 years ago
- 4b24921 Revert "modularize - Fixed poor array usage." by Michael Gottesman · 13 years ago
- 3b1ee2b modularize - Updated futures comment. by John Thompson · 13 years ago
- 9663d8c modularize - Fixed poor array usage. by John Thompson · 13 years ago
- c66c07d Fix a default on covered switch found by -Wcovered-switch-default by David Blaikie · 13 years ago
- 4e4d9b3 modularize - revised to group duplicate symbols together in the error output. by John Thompson · 13 years ago
- ea6c8db Broke out header file list reading into separate function. Moved options to front. Removed some trailing spaces. by John Thompson · 13 years ago
- fd8ca38 Added informational comment about using -x c++. by John Thompson · 13 years ago
- d977c1e Fixed path in file comment. Fixed #include order. by John Thompson · 13 years ago
- f5db45b Revised to use MemoryBuffer. Removed redundant llvm:: qualifiers. Removed unnecessary c_str() calls. Reformatted with clang-format. by John Thompson · 13 years ago
- 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
- ce601e2 Added future directions comment and a couple of fixme's. by John Thompson · 13 years ago
- 1f67ccb Review feedback change per Edwin: Move non-public members to end of classes. by John Thompson · 13 years ago
- 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