Manuel Klimek
7a698519e8
Allow clang tools to display an overview when using the CommonOptionsParser.
...
Patch by Guillaume Papin.
llvm-svn: 186671
2013-07-19 12:20:59 +00:00
Edwin Vane
524741fbbd
Style and Doc fix for CommonOptionsParser
...
- 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
2012-12-14 18:58:25 +00:00
Alexander Kornienko
9ed8c4e941
Only add common tool options when CommonOptionsParser is used.
...
Summary: Subj.
Reviewers: chandlerc, klimek, djasper
Reviewed By: klimek
CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D29
llvm-svn: 162798
2012-08-28 22:15:41 +00:00
Alexander Kornienko
4bcd58b87d
Updated LibTooling.html, minor improvements in CommonOptionsParser
...
llvm-svn: 162521
2012-08-24 00:39:14 +00:00
Alexander Kornienko
01387267c7
Reverted clang-check to fully supported CommandLine Library use-case: global
...
static variables.
llvm-svn: 162391
2012-08-22 20:52:52 +00:00