Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
source
/
Plugins
/
Language
/
CPlusPlus
/
LibCxxUnorderedMap.cpp
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
106aae5
Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthetic children caching is a tricky area:
by Enrico Granata
· 9 years ago
f02be23
Fix an issue where LLDB would crash if one tried to 'frame variable' an unordered_map more than once in a stop due to the synthetic provider not properly caching the ValueObjects it was returning for the child elements
by Enrico Granata
· 9 years ago
bbd1681
Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes.
by Eugene Zelenko
· 10 years ago
8d15f33
Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; other minor fixes.
by Eugene Zelenko
· 10 years ago
33e97e6
Move the C++ data formatters to the C++ language plugin
by Enrico Granata
· 10 years ago
[Renamed (98%) from lldb/source/DataFormatters/LibCxxUnorderedMap.cpp]
419d791
Nuke CXXFormatterFunctions.cpp - split the contents of it across different files, so that things are better organized along the C++/ObjC line
by Enrico Granata
· 10 years ago
0d5a2bd
Purge a few places where *LanguageRuntime.h was being used when it
by Jim Ingham
· 10 years ago
99558cc4
Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions.
by Greg Clayton
· 10 years ago
1124045
Don't #include "lldb-python.h" from anywhere.
by Zachary Turner
· 10 years ago
e85fe3a
Reorganize some of the data formatters code to simplify CXXFormattersFunction.h. Also, add a synthetic child provider for libc++'s version of std::initializer_list<T>
by Enrico Granata
· 11 years ago
99fbc07
Fix Windows build using portable types for formatting the log outputs
by Deepak Panickal
· 12 years ago
866e91c
Better error reporting when a variable can't be
by Sean Callanan
· 12 years ago
44d9378
Merging the iohandler branch back into main.
by Greg Clayton
· 12 years ago
e2e220a
<rdar://problem/14071463>
by Enrico Granata
· 12 years ago