[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions
[oota-llvm.git] / include / llvm / Support / Regex.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-01 Chandler Carruth[C++11] Remove the R-value reference #if usage from...
2014-01-02 David BlaikieMake llvm::Regex non-copyable but movable.
2013-12-12 Hans WennborgExpose FileCheck's AddFixedStringToRegEx as Regex:...
2013-08-05 Peter CollingbourneIntroduce Regex::isLiteralERE function.
2012-11-28 Eli BenderskyAdd backreference matching capabilities to Support...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-08-20 Mikhail GlushenkovAdd include guards to Support/Regex.h.
2010-08-20 Mikhail GlushenkovTrailing whitespace.
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-02-17 Daniel DunbarAdd Regex::sub, for doing regular expression substituti...
2009-09-26 Chris Lattnerremove support for "NoSub" from regex. It seems like...
2009-09-24 Chris Lattneradd and document regex support for FileCheck. You...
2009-09-24 Chris Lattnertidy up, fix a memory leak in Regex::isValid
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...