summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed typo.John Thompson2013-06-191-1/+1
| | | | llvm-svn: 184347
* Fixed a typo and naming convention.John Thompson2013-06-181-3/+3
| | | | llvm-svn: 184221
* Add a dependency on LLVM's option library for clang-tools-extraReid Kleckner2013-06-141-1/+1
| | | | | | r183989 added a dependency on LLVMOption in clangFrontend. llvm-svn: 183990
* Fixed outdate comment, and comment typo.John Thompson2013-04-151-3/+4
| | | | llvm-svn: 179568
* modularize - Fixed broken array use (asserted in tests). Renamed KindType enum.John Thompson2013-03-281-26/+25
| | | | llvm-svn: 178259
* Revert "modularize - Fixed poor array usage."Michael Gottesman2013-03-281-6/+12
| | | | | | This has broken buildbots for a few hours. llvm-svn: 178223
* modularize - Updated futures comment.John Thompson2013-03-281-5/+3
| | | | llvm-svn: 178216
* modularize - Fixed poor array usage.John Thompson2013-03-281-12/+6
| | | | llvm-svn: 178214
* Fix a default on covered switch found by -Wcovered-switch-defaultDavid Blaikie2013-03-281-2/+1
| | | | | | Introduced in r178207 llvm-svn: 178212
* modularize - revised to group duplicate symbols together in the error output.John Thompson2013-03-281-25/+60
| | | | llvm-svn: 178207
* Broke out header file list reading into separate function. Moved options to ↵John Thompson2013-03-271-52/+69
| | | | | | front. Removed some trailing spaces. llvm-svn: 178182
* Added informational comment about using -x c++.John Thompson2013-03-271-0/+4
| | | | llvm-svn: 178172
* Fixed path in file comment. Fixed #include order.John Thompson2013-03-271-13/+13
| | | | llvm-svn: 178164
* Revised to use MemoryBuffer. Removed redundant llvm:: qualifiers. Removed ↵John Thompson2013-03-271-117/+139
| | | | | | unnecessary c_str() calls. Reformatted with clang-format. llvm-svn: 178104
* Revised to use file list path as reference path, or path provide by new ↵John Thompson2013-03-261-22/+55
| | | | | | -prefix option. Revised to use LLVM option parser. llvm-svn: 177959
* Added future directions comment and a couple of fixme's.John Thompson2013-03-141-1/+30
| | | | llvm-svn: 176998
* Review feedback change per Edwin: Move non-public members to end of classes.John Thompson2013-03-121-16/+15
| | | | llvm-svn: 176883
* Initial check in of Doug's modularize tool for checking header readiness for ↵John Thompson2013-03-123-0/+440
modules, plus some changes per review feedback: Removed system headers, changed to use stream output, added file name in message. llvm-svn: 176847
OpenPOWER on IntegriCloud