index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
Option
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-12
Retire llvm::array_endof in favor of non-member std::end.
Benjamin Kramer
1
-10
/
+10
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-9
/
+15
2013-11-28
[CMake] Also OptionTests can be free from add_dependencies() with add_public_...
NAKAMURA Takumi
1
-2
/
+0
2013-08-28
Option parsing: support case-insensitive option matching.
Rui Ueyama
1
-3
/
+23
2013-08-28
Revert "Option parsing: support case-insensitive option matching." as it brok...
Rui Ueyama
1
-23
/
+3
2013-08-27
Option parsing: support case-insensitive option matching.
Rui Ueyama
1
-3
/
+23
2013-08-13
Options: explicit handling of --
Hans Wennborg
1
-14
/
+1
2013-08-13
Options: Add new option kind that consumes remaining arguments
Hans Wennborg
2
-0
/
+29
2013-08-02
Option parsing: recognize the special -- token
Hans Wennborg
1
-0
/
+13
2013-07-31
Option parsing: remove non-SUPPORT_ALIASARGS fall-back
Hans Wennborg
1
-2
/
+0
2013-07-31
Option parsing: add support for alias arguments.
Hans Wennborg
2
-3
/
+19
2013-07-22
Option parsing: allow aliases in groups
Hans Wennborg
2
-0
/
+12
2013-07-20
Add Option unit tests to the make build
Hans Wennborg
1
-0
/
+23
2013-07-19
Add some flag exclusion tests.
Reid Kleckner
2
-12
/
+49
2013-01-23
llvm/unittests: Use OwningPtr to fix --vg-leak.
NAKAMURA Takumi
1
-1
/
+6
2013-01-23
Whitespace.
NAKAMURA Takumi
1
-1
/
+1
2013-01-02
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
1
-1
/
+0
2012-12-05
Copy clang/Driver/<Option parsing stuff> to llvm.
Michael J. Spencer
3
-0
/
+130