History log of /external/clang/lib/Tooling/CommonOptionsParser.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
651f13cea278ec967336033dd032faef0e9fc2ec 24-Apr-2014 Stephen Hines <srhines@google.com> Updated to Clang 3.5a.

Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
/external/clang/lib/Tooling/CommonOptionsParser.cpp
8b1f2f9d36faf28028d232c3a5943c433d63c0e7 19-Jul-2013 Manuel Klimek <klimek@google.com> Allow clang tools to display an overview when using the CommonOptionsParser.

Patch by Guillaume Papin.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186671 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Tooling/CommonOptionsParser.cpp
b1f67dbbb12dec8304434c76c72e01336bf186e4 14-Dec-2012 Edwin Vane <edwin.vane@intel.com> 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


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170229 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Tooling/CommonOptionsParser.cpp
ffb155f4f8c756c3ca13f9517492d6780c4f46a6 29-Aug-2012 Alexander Kornienko <alexfh@google.com> 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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162798 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Tooling/CommonOptionsParser.cpp
6fbe982bb487931feb3f1ceb9eec8f7f1961393a 24-Aug-2012 Alexander Kornienko <alexfh@google.com> Updated LibTooling.html, minor improvements in CommonOptionsParser

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162521 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Tooling/CommonOptionsParser.cpp
d7166b01df14173b7f26620c5a89f9934a968f85 22-Aug-2012 Alexander Kornienko <alexfh@google.com> Reverted clang-check to fully supported CommandLine Library use-case: global
static variables.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162391 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Tooling/CommonOptionsParser.cpp