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
/
DataFormatters
/
TypeSynthetic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-9
/
+9
*
[ScriptInterpreter] Move ownership into debugger (NFC)
Jonas Devlieghere
2019-04-26
1
-2
/
+1
*
[Python] Start eradicating unneeded LLDB_DISABLE_PYTHON guards.
Davide Italiano
2019-03-14
1
-4
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-2
/
+2
*
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
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Change ValueObject creation functions to take StringRefs.
Zachary Turner
2016-11-13
1
-3
/
+4
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-200
/
+155
*
Add support for synthetic child providers to optionally return a customized t...
Enrico Granata
2016-05-02
1
-0
/
+9
*
[SBValue] Add a method GetNumChildren(uint32_t max)
Siva Chandra
2015-10-21
1
-1
/
+9
*
Rationalization of includes in the data formatters code
Enrico Granata
2015-10-20
1
-1
/
+0
*
Switch data formatters over to using std::function for their callbacks instea...
Enrico Granata
2015-08-27
1
-2
/
+1
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-3
/
+3
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Remove unused #includes of ScriptInterpreterPython.h
Zachary Turner
2015-05-28
1
-1
/
+1
*
Remove ScriptInterpreterObject.
Zachary Turner
2015-03-17
1
-1
/
+1
*
Commit fix for a static analyzer issue where a string pointer could theoretic...
Enrico Granata
2015-01-17
1
-9
/
+15
*
Move a bunch of method implementations over to the C++ file; remove the need ...
Enrico Granata
2014-12-13
1
-0
/
+103
*
SyntheticChildrenFrontEnd::* should also be built when python is disabled
Keno Fischer
2014-12-13
1
-35
/
+35
*
This patch does a few things:
Enrico Granata
2014-12-09
1
-0
/
+35
*
TypeSynthetic: Fix a pointer-to-function to void-pointer cast
David Majnemer
2014-07-22
1
-1
/
+1
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-2
/
+2
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-1
/
+1
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-1
/
+1
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-1
/
+1
*
The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and...
Enrico Granata
2013-03-19
1
-1
/
+1
*
Fix clang warnings related to python macro redefinition and printf format spe...
Matt Kopec
2013-02-21
1
-0
/
+2
*
<rdar://problem/12978143>
Enrico Granata
2013-01-28
1
-0
/
+112