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
/
lldb
/
source
/
Plugins
/
Language
/
CPlusPlus
/
LibCxxList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check the result of creating a node from __next_ in the std::list formatter.
Jim Ingham
2019-03-12
1
-1
/
+3
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-5
/
+3
*
CompilerType: Add ability to retrieve an integral template argument
Pavel Labath
2017-11-13
1
-2
/
+1
*
Update tuple/list/deque data formatters to work with newest libc++
Pavel Labath
2017-11-07
1
-5
/
+13
*
Add data formatter for libc++'s forward_list
Pavel Labath
2017-10-31
1
-85
/
+168
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-3
/
+3
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-2
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-373
/
+299
*
Fix an issue where the libc++ std::list formatter wasn't recognizing the new ...
Enrico Granata
2016-07-19
1
-2
/
+26
*
Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...
Enrico Granata
2016-07-06
1
-8
/
+4
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...
Eugene Zelenko
2016-02-29
1
-19
/
+17
*
Cache the incremental iterators as you traverse the list, so that you don't h...
Enrico Granata
2015-12-04
1
-64
/
+79
*
Improve the std::list data formatter to not need to calculate indices for eve...
Enrico Granata
2015-12-04
1
-3
/
+6
*
[DataFormatters] Make libc++ list loop detection linear
Pavel Labath
2015-10-21
1
-88
/
+113
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...
Eugene Zelenko
2015-10-20
1
-22
/
+23
*
Move the C++ data formatters to the C++ language plugin
Enrico Granata
2015-09-04
1
-0
/
+370