summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize/Modularize.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-091-6/+5
* Fix the top header that corresponds to this source file. Thanks forChandler Carruth2014-01-071-1/+1
* Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth2014-01-071-2/+2
* Fix assertion error.John Thompson2013-12-101-1/+1
* Improve comment, as requested by Alp Toker.John Thompson2013-12-041-1/+1
* Fix a variety of user-visible and comment typosAlp Toker2013-12-011-2/+2
* Added module map generation option.John Thompson2013-10-151-4/+56
* Don't use default label in fully covered switchAlexey Samsonov2013-09-191-2/+0
* Check for #include in extern and namespace blocks.John Thompson2013-09-181-21/+82
* Modularize: Use in-place version of sys::path::native.Benjamin Kramer2013-09-111-2/+2
* modularize - Fix of header dependencies - this time with the source.John Thompson2013-09-041-11/+103
* modularize - Update main comment.John Thompson2013-09-041-11/+7
* Revert svn 189837 "Added header dependencies support."Bob Wilson2013-09-041-132/+29
* Added header dependencies support.John Thompson2013-09-031-29/+132
* Ran clang-format for a base-line.John Thompson2013-09-031-8/+7
* Updated the main comment with respect to problems and future directions.John Thompson2013-08-261-32/+16
* Fixed some issues that resulted in erroneous duplicate symbol error messages.John Thompson2013-08-261-1/+11
* Remove CRs added in r187370.Nico Weber2013-08-121-20/+20
* Fixed coding convention naming issue - variable names start with uppercase.John Thompson2013-08-091-33/+33
* Extend comments for problems and future directions.John Thompson2013-08-091-2/+15
* Comment changes. Added current problems comment.John Thompson2013-08-081-3/+23
* Fixed comment typo.John Thompson2013-07-291-1/+1
* Fixed comment issues (non-ASCII chars, typos) per review, expanded some comme...John Thompson2013-07-291-7/+33
* Fixed case change that caused the test failure. Incorporarated Sean's review...John Thompson2013-07-261-8/+38
* Revert "Added new feature for checking macro and preprocessor conditional con...Rafael Espindola2013-07-261-38/+8
* Added new feature for checking macro and preprocessor conditional consistency.John Thompson2013-07-261-8/+38
* Fixed some formatting issues with clang-format to get a baseline.John Thompson2013-07-191-7/+6
* Ran clang-format on Modularize.cpp to get a baseline for future changes.John Thompson2013-06-271-12/+20
* Fixed typo.John Thompson2013-06-191-1/+1
* Fixed a typo and naming convention.John Thompson2013-06-181-3/+3
* Fixed outdate comment, and comment typo.John Thompson2013-04-151-3/+4
* modularize - Fixed broken array use (asserted in tests). Renamed KindType enum.John Thompson2013-03-281-26/+25
* Revert "modularize - Fixed poor array usage."Michael Gottesman2013-03-281-6/+12
* modularize - Updated futures comment.John Thompson2013-03-281-5/+3
* modularize - Fixed poor array usage.John Thompson2013-03-281-12/+6
* Fix a default on covered switch found by -Wcovered-switch-defaultDavid Blaikie2013-03-281-2/+1
* modularize - revised to group duplicate symbols together in the error output.John Thompson2013-03-281-25/+60
* Broke out header file list reading into separate function. Moved options to f...John Thompson2013-03-271-52/+69
* Added informational comment about using -x c++.John Thompson2013-03-271-0/+4
* Fixed path in file comment. Fixed #include order.John Thompson2013-03-271-13/+13
* Revised to use MemoryBuffer. Removed redundant llvm:: qualifiers. Removed un...John Thompson2013-03-271-117/+139
* Revised to use file list path as reference path, or path provide by new -pref...John Thompson2013-03-261-22/+55
* Added future directions comment and a couple of fixme's.John Thompson2013-03-141-1/+30
* Review feedback change per Edwin: Move non-public members to end of classes.John Thompson2013-03-121-16/+15
* Initial check in of Doug's modularize tool for checking header readiness for ...John Thompson2013-03-121-0/+400
OpenPOWER on IntegriCloud