Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
MC
/
MCDisassembler
/
MCSymbolizer.cpp
3d8b0eb
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
f57c197
Reflect the MC/MCDisassembler split on the include/ level.
by Benjamin Kramer
· 10 years ago
[Renamed (88%) from llvm/lib/MC/MCSymbolizer.cpp]
2768d26
Move MCSymbolizer's constructor into header. It's trivial - there's no need for
by Lang Hames
· 12 years ago
eb37092
Update MCSymbolizer and its subclasses' constructors to reflect the fact that
by Lang Hames
· 12 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
96c9d95
[C++11] Replace OwningPtr::take() with OwningPtr::release().
by Ahmed Charles
· 12 years ago
ad1084d
Add MCSymbolizer for symbolic/annotated disassembly.
by Ahmed Bougacha
· 12 years ago