Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Utility
/
RegularExpression.cpp
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
4479ac1
iwyu fixes on lldbUtility.
by Zachary Turner
· 8 years ago
c4a3395
Fix a couple of corner cases in NameMatches
by Pavel Labath
· 9 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
[Renamed (98%) from lldb/source/Core/RegularExpression.cpp]
c5d7df9
Convert some Expression parser functions to StringRef.
by Zachary Turner
· 9 years ago
2552acd
Fix failing regex tests.
by Zachary Turner
· 9 years ago
95eae42
Make lldb::Regex use StringRef.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
0e28a19
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; other minor fixes.
by Eugene Zelenko
· 10 years ago
3a29f8b
Fix warnings detected by -Wpessimizing-move
by Pavel Labath
· 10 years ago
7bd4c60
Abstract the details from regex.h a bit more by not allowing people to specify compile and execute flags for regular expressions. Also enable better regular expressions if they are available by check if the REG_ENHANCED is available and using it if it is.
by Greg Clayton
· 11 years ago
fa226b7
Re-use the GetMatchAtIndex() that uses the StringRef to avoid code duplication and properly detect when a capture is invalid and return false.
by Greg Clayton
· 11 years ago
d93c4a3
Fix typos.
by Bruce Mitchener
· 11 years ago
cc24775
<rdar://problem/13966084>
by Greg Clayton
· 12 years ago
bc43cab
<rdar://problem/13384801>
by Greg Clayton
· 12 years ago
1b3815c
<rdar://problem/9141269>
by Greg Clayton
· 13 years ago
67cc063
Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation:
by Greg Clayton
· 13 years ago
a08823f
warnings: Fix a bunch of -Wreorder problems.
by Daniel Dunbar
· 14 years ago
969795f
Add a new breakpoint type "break by source regular expression".
by Jim Ingham
· 14 years ago
0a3958e
several improvements to "type summary":
by Enrico Granata
· 14 years ago
6ad07dd
Improved our argument parsing abilities to be able to handle stuff more like
by Greg Clayton
· 15 years ago
4674702
Added the ability to get error strings back from failed
by Greg Clayton
· 15 years ago
471b31c
Remove use of STL collection class use of the "data()" method since it isn't
by Greg Clayton
· 15 years ago
8896697
Add missing includes.
by Eli Friedman
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago