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
/
CPlusPlusLanguage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/cpluspluslanguage] Add constructor substitutor
Pavel Labath
2019-12-05
1
-41
/
+82
*
[lldb][DataFormatters] Support pretty printing std::string when built with -f...
Jordan Rupprecht
2019-11-22
1
-0
/
+11
*
[LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...
shafik
2019-11-12
1
-0
/
+5
*
[LLDB] Fix handling for the clang name mangling extension for block invocations
shafik
2019-11-06
1
-7
/
+6
*
Code cleanup: Change FormattersContainer::KeyType from SP to rvalue
Jan Kratochvil
2019-09-04
1
-14
/
+8
*
[lldb] Fix `TestDataFormatterStdList` regression
Jan Kratochvil
2019-08-22
1
-7
/
+13
*
Add char8_t support (C++20)
Jonas Devlieghere
2019-08-21
1
-0
/
+11
*
[Formatters] Temporarily disable libc++ std::function formatter due to perfor...
Shafik Yaghmour
2019-08-02
1
-6
/
+0
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
1
-1
/
+1
*
[DataFormatters] Adjusting libc++ std::list formatter to act better with poin...
Shafik Yaghmour
2019-04-24
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
[Python] Start eradicating unneeded LLDB_DISABLE_PYTHON guards.
Davide Italiano
2019-03-14
1
-7
/
+0
*
[lldb] Relax libc++ ABI version checking
Thomas Anderson
2019-02-01
1
-95
/
+88
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-4
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
CPlusPlusLanguage: Use new demangler API to implement type substitution
Pavel Labath
2018-11-06
1
-62
/
+80
*
[PDB] Introduce `MSVCUndecoratedNameParser`
Aleksandr Urakov
2018-11-06
1
-0
/
+5
*
[DataFormatters] Adding formatters for libc++ std::u16string and std::u32string
Shafik Yaghmour
2018-10-26
1
-1
/
+20
*
[DataFormatters] Add formatter for C++17 std::variant
Shafik Yaghmour
2018-09-19
1
-0
/
+10
*
Revert "[DataFormatters] Add formatter for C++17 std::variant"
Shafik Yaghmour
2018-09-17
1
-10
/
+0
*
[DataFormatters] Add formatter for C++17 std::variant
Shafik Yaghmour
2018-09-17
1
-0
/
+10
*
Add libc++ data formatter for std::function
Adrian Prantl
2018-08-23
1
-5
/
+5
*
Add libc++ data formatters for std::optional.
Adrian Prantl
2018-08-15
1
-4
/
+13
*
Remove unused FastDemangle sources
Stefan Granitz
2018-08-14
1
-1
/
+1
*
Straight forward FastDemangle replacement in SubsPrimitiveParmItanium
Stefan Granitz
2018-08-13
1
-38
/
+57
*
[LLDB] Added syntax highlighting support
Raphael Isemann
2018-08-02
1
-0
/
+13
*
Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."
Davide Italiano
2018-07-27
1
-9
/
+0
*
Recommit [DataFormatters] Add formatter for C++17 std::optional.
Davide Italiano
2018-07-27
1
-0
/
+9
*
Fix the libcxx set, multiset, vector and bitset formatters to work on referen...
Jim Ingham
2018-07-13
1
-4
/
+6
*
Fix memory leak in SubsPrimitiveParmItanium
Raphael Isemann
2018-05-27
1
-1
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-10
/
+8
*
Recognize MSVC style mangling in CPlusPlusLanguage::IsCPPMangledName
Aaron Smith
2018-02-08
1
-7
/
+11
*
Add a data formatter for libc++ std::bitset
Pavel Labath
2017-11-14
1
-0
/
+11
*
Add data formatter for libc++ std::queue
Pavel Labath
2017-11-01
1
-0
/
+9
*
Add data formatter for libc++ std::tuple
Pavel Labath
2017-11-01
1
-0
/
+8
*
Add data formatter for libc++'s forward_list
Pavel Labath
2017-10-31
1
-0
/
+11
*
Remove unused code related to CPlusPlusLanguage::FindEquivalentNames
Pavel Labath
2017-05-02
1
-138
/
+0
*
Add libc++ category to the remaining libc++ data formatters
Pavel Labath
2017-04-12
1
-1
/
+1
*
Fix libc++ vector<bool> data formatter (bug #32553)
Pavel Labath
2017-04-12
1
-32
/
+0
*
New C++ function name parsing logic (Resubmit)
Eugene Zemtsov
2017-04-06
1
-104
/
+67
*
Reverting r299374 & r299402 due to testsuite failure.
Jim Ingham
2017-04-05
1
-67
/
+104
*
New C++ function name parsing logic
Eugene Zemtsov
2017-04-03
1
-104
/
+67
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Three LoadLibCxxFormatters formatters were given a regex string to
Jason Molenda
2017-02-25
1
-3
/
+3
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-6
/
+7
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Expression evaluation for overloaded C functions (redux)
Luke Drummond
2016-12-19
1
-2
/
+102
*
Implement a general type scavenger that can dig types from debug info + a fil...
Enrico Granata
2016-11-01
1
-69
/
+10
[next]