index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
Support
/
RegexTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.
Chandler Carruth
2014-03-01
1
-2
/
+0
*
Make llvm::Regex non-copyable but movable.
David Blaikie
2014-01-02
1
-0
/
+15
*
Swap around EXPECT_EQ() arguments orders for more natural gtest Failure messages
Alp Toker
2013-12-12
1
-8
/
+8
*
Add missing escape characters to the new Regex::escape() function
Alp Toker
2013-12-12
1
-0
/
+5
*
Fix off-by-one error in Regex::isValid
Alexey Samsonov
2013-08-08
1
-0
/
+8
*
Introduce Regex::isLiteralERE function.
Peter Collingbourne
2013-08-05
1
-0
/
+15
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Add backreference matching capabilities to Support/Regex, with
Eli Bendersky
2012-11-28
1
-1
/
+22
*
Add Regex::sub, for doing regular expression substitution with backreferences.
Daniel Dunbar
2010-02-17
1
-0
/
+29
*
remove support for "NoSub" from regex. It seems like a minor optimization
Chris Lattner
2009-09-26
1
-4
/
+4
*
add and document regex support for FileCheck. You can now do stuff like:
Chris Lattner
2009-09-24
1
-0
/
+1
*
Add regular expression matching support, based on OpenBSD regexec()/regcomp()
Torok Edwin
2009-08-30
1
-0
/
+64