summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/RegularExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-121-16/+17
* Fix warnings detected by -Wpessimizing-movePavel Labath2015-07-281-2/+1
* Abstract the details from regex.h a bit more by not allowing people to specif...Greg Clayton2015-01-211-34/+22
* Re-use the GetMatchAtIndex() that uses the StringRef to avoid code duplicatio...Greg Clayton2014-10-221-13/+7
* Fix typos.Bruce Mitchener2014-07-011-4/+4
* <rdar://problem/13966084>Greg Clayton2013-05-231-1/+1
* <rdar://problem/13384801>Greg Clayton2013-04-031-47/+32
* <rdar://problem/9141269>Greg Clayton2013-01-301-0/+69
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+2
* warnings: Fix a bunch of -Wreorder problems.Daniel Dunbar2011-10-311-4/+4
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-211-1/+40
* several improvements to "type summary":Enrico Granata2011-07-021-0/+5
* Improved our argument parsing abilities to be able to handle stuff more likeGreg Clayton2010-12-191-4/+13
* Added the ability to get error strings back from failed Greg Clayton2010-10-101-0/+15
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-1/+1
* Add missing includes.Eli Friedman2010-06-091-0/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+154
OpenPOWER on IntegriCloud