Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
8be30215feeff1d82fe2bde0c9fb0e6cd1bfc15c
/
lldb
/
source
/
Plugins
/
Language
/
CPlusPlus
/
LibCxxUnorderedMap.cpp
8be3021
[lldb] Move clang-based files out of Symbol
by Alex Langford
· 6 years ago
8081428
[lldb][NFC] Fix all formatting errors in .cpp file headers
by Raphael Isemann
· 6 years ago
6e3b0cc
[lldb][NFC] Rename ClangASTContext to TypeSystemClang
by Raphael Isemann
· 6 years ago
0e4c482
Pass ConstString by value (NFC)
by Adrian Prantl
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
769b21e
CompilerType: Add ability to retrieve an integral template argument
by Pavel Labath
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
6cc3354
Fix libcxx formatters for changes in r300140.
by Lang Hames
· 9 years ago
666cc0b
Move DataBuffer / DataExtractor and friends from Core -> Utility.
by Zachary Turner
· 9 years ago
01c3243
Remove dependencies from Utility to Core and Target.
by Zachary Turner
· 9 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
c156427
Don't allow direct access to StreamString's internal buffer.
by Zachary Turner
· 9 years ago
d22a943
Fixes for libc++ std::unordered_map data formatter against trunk
by Enrico Granata
· 9 years ago
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