Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style and Doc fix for CommonOptionsParser | Edwin Vane | 2012-12-14 | 1 | -2/+2 |
| | | | | | | | | | | | | - Renaming GetCompilations() and GetSourcePathList() to follow LLVM style. - Updating docs to reflect name change. - Also updating help text to not mention clang-check since this class can be used by any tool. Reviewed By: Alexander Kornienko llvm-svn: 170229 | ||||
* | Only add common tool options when CommonOptionsParser is used. | Alexander Kornienko | 2012-08-28 | 1 | -5/+5 |
| | | | | | | | | | | | | | | Summary: Subj. Reviewers: chandlerc, klimek, djasper Reviewed By: klimek CC: cfe-commits Differential Revision: http://llvm-reviews.chandlerc.com/D29 llvm-svn: 162798 | ||||
* | Updated LibTooling.html, minor improvements in CommonOptionsParser | Alexander Kornienko | 2012-08-24 | 1 | -1/+1 |
| | | | | llvm-svn: 162521 | ||||
* | Reverted clang-check to fully supported CommandLine Library use-case: global | Alexander Kornienko | 2012-08-22 | 1 | -0/+79 |
static variables. llvm-svn: 162391 |