Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed typo. | John Thompson | 2013-06-19 | 1 | -1/+1 | |
| | | | | llvm-svn: 184347 | |||||
* | Fixed a typo and naming convention. | John Thompson | 2013-06-18 | 1 | -3/+3 | |
| | | | | llvm-svn: 184221 | |||||
* | Add a dependency on LLVM's option library for clang-tools-extra | Reid Kleckner | 2013-06-14 | 1 | -1/+1 | |
| | | | | | | r183989 added a dependency on LLVMOption in clangFrontend. llvm-svn: 183990 | |||||
* | Fixed outdate comment, and comment typo. | John Thompson | 2013-04-15 | 1 | -3/+4 | |
| | | | | llvm-svn: 179568 | |||||
* | modularize - Fixed broken array use (asserted in tests). Renamed KindType enum. | John Thompson | 2013-03-28 | 1 | -26/+25 | |
| | | | | llvm-svn: 178259 | |||||
* | Revert "modularize - Fixed poor array usage." | Michael Gottesman | 2013-03-28 | 1 | -6/+12 | |
| | | | | | | This has broken buildbots for a few hours. llvm-svn: 178223 | |||||
* | modularize - Updated futures comment. | John Thompson | 2013-03-28 | 1 | -5/+3 | |
| | | | | llvm-svn: 178216 | |||||
* | modularize - Fixed poor array usage. | John Thompson | 2013-03-28 | 1 | -12/+6 | |
| | | | | llvm-svn: 178214 | |||||
* | Fix a default on covered switch found by -Wcovered-switch-default | David Blaikie | 2013-03-28 | 1 | -2/+1 | |
| | | | | | | Introduced in r178207 llvm-svn: 178212 | |||||
* | modularize - revised to group duplicate symbols together in the error output. | John Thompson | 2013-03-28 | 1 | -25/+60 | |
| | | | | llvm-svn: 178207 | |||||
* | Broke out header file list reading into separate function. Moved options to ↵ | John Thompson | 2013-03-27 | 1 | -52/+69 | |
| | | | | | | front. Removed some trailing spaces. llvm-svn: 178182 | |||||
* | Added informational comment about using -x c++. | John Thompson | 2013-03-27 | 1 | -0/+4 | |
| | | | | llvm-svn: 178172 | |||||
* | Fixed path in file comment. Fixed #include order. | John Thompson | 2013-03-27 | 1 | -13/+13 | |
| | | | | llvm-svn: 178164 | |||||
* | Revised to use MemoryBuffer. Removed redundant llvm:: qualifiers. Removed ↵ | John Thompson | 2013-03-27 | 1 | -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 Thompson | 2013-03-26 | 1 | -22/+55 | |
| | | | | | | -prefix option. Revised to use LLVM option parser. llvm-svn: 177959 | |||||
* | Added future directions comment and a couple of fixme's. | John Thompson | 2013-03-14 | 1 | -1/+30 | |
| | | | | llvm-svn: 176998 | |||||
* | Review feedback change per Edwin: Move non-public members to end of classes. | John Thompson | 2013-03-12 | 1 | -16/+15 | |
| | | | | llvm-svn: 176883 | |||||
* | Initial check in of Doug's modularize tool for checking header readiness for ↵ | John Thompson | 2013-03-12 | 3 | -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 |