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
/
LibCxx.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add libc++ data formatters for std::optional.
Adrian Prantl
2018-08-15
1
-3
/
+25
*
Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."
Davide Italiano
2018-07-27
1
-22
/
+0
*
Recommit [DataFormatters] Add formatter for C++17 std::optional.
Davide Italiano
2018-07-27
1
-0
/
+22
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-7
/
+7
*
CompilerType: Add ability to retrieve an integral template argument
Pavel Labath
2017-11-13
1
-2
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-3
/
+3
*
Use llvm::ArrayRef rather than std::vector/std::initializer lists for some
Lang Hames
2017-04-26
1
-1
/
+2
*
Fix libc++ vector<bool> data formatter (bug #32553)
Pavel Labath
2017-04-12
1
-149
/
+0
*
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
-2
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Resubmit "Remove an output-parameter from Variable function".
Zachary Turner
2016-11-18
1
-10
/
+12
*
Revert "Remove an out param from ValueObject::GetValueForExpressionPath."
Zachary Turner
2016-11-18
1
-12
/
+10
*
Remove an out param from ValueObject::GetValueForExpressionPath.
Zachary Turner
2016-11-18
1
-10
/
+12
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-2
/
+2
*
Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...
Enrico Granata
2016-11-07
1
-1
/
+2
*
Fix an issue where libc++ changed the type information we get for std::map::i...
Enrico Granata
2016-09-28
1
-5
/
+64
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-516
/
+520
*
Add a data formatter for std::function in libcxx
Enrico Granata
2016-08-31
1
-0
/
+23
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...
Eugene Zelenko
2016-02-29
1
-41
/
+35
*
Fix an issue where LLDB would truncate summaries for string types without pro...
Enrico Granata
2015-11-04
1
-4
/
+21
*
Enable the StringPrinter to have prefixes that are strings instead of just a ...
Enrico Granata
2015-10-07
1
-1
/
+1
*
Introduce the notion of an escape helper. Different languages have different ...
Enrico Granata
2015-09-09
1
-6
/
+6
*
Preparatory work for letting language plugins help the StringPrinter with for...
Enrico Granata
2015-09-09
1
-4
/
+4
*
Move the C++ data formatters to the C++ language plugin
Enrico Granata
2015-09-04
1
-0
/
+636