Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
source
/
Plugins
/
Language
/
CPlusPlus
/
LibStdcpp.cpp
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
9c6c8e9
Add data formatter for libstdc++ shared_ptr and weak_ptr
by Tamas Berghammer
· 9 years ago
f96fd0d
Remove what I believe are the last known instances of formatters that run code
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
82ffb8e
Fix libstdc++ data formatters on Ubuntu 15.10 x86_64
by Todd Fiala
· 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/LibStdcpp.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
d87cc31
CXXFormatterFunctions.{h|cpp} is not a good thing to have around, so start splitting stuff in different files in preparation for removing it and factoring formatters to the plugins where they belong
by Enrico Granata
· 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
53f2a4a
Convert GetNumTemplateArguments() and GetTemplateArgument() to be instance functions on the CompilerType and the TypeSystem
by Enrico Granata
· 10 years ago
a1e5dc8
ClangASTType is now CompilerType.
by Greg Clayton
· 10 years ago
d8d4a57
First step in getting LLDB ready to support multiple different type systems.
by Greg Clayton
· 10 years ago
c7c30eb
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
by Pavel Labath
· 10 years ago
c33ae02
Introduce a TypeSystem interface to support adding non-clang languages.
by Pavel Labath
· 10 years ago
1124045
Don't #include "lldb-python.h" from anywhere.
by Zachary Turner
· 10 years ago
8d88d08
Implement formatter for std::vector<bool, ...> of libstdc++ in Python.
by Siva Chandra
· 11 years ago
e29df23
This patch does a few things:
by Enrico Granata
· 11 years ago
99fbc07
Fix Windows build using portable types for formatting the log outputs
by Deepak Panickal
· 12 years ago
6fbc48b
This patch does a couple of things.
by Jim Ingham
· 12 years ago
57ee306
Huge change to clean up types.
by Greg Clayton
· 12 years ago
676a487
Fix clang warnings related to python macro redefinition and printf format specifiers.
by Matt Kopec
· 13 years ago
ea2bc0f
<rdar://problem/4529976>
by Enrico Granata
· 13 years ago