This enables us to avoid casts to "void *" in some cases and avoids a couple of "casts off const
qualifiers" warnings.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D11388
Make stream::operator<< take "const" void * ClosedPublic Authored by labath on Jul 21 2015, 6:29 AM.
Details Summary This enables us to avoid casts to "void *" in some cases and avoids a couple of "casts off const
Diff Detail
Event Timelinelabath updated this object. This revision is now accepted and ready to land.Jul 21 2015, 12:47 PM Closed by commit rL242874: Make stream::operator<< take "const" void * (authored by labath). · Explain WhyJul 22 2015, 12:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 30327 lldb/trunk/include/lldb/Core/Stream.h
lldb/trunk/source/Core/Stream.cpp
lldb/trunk/source/Symbol/SymbolContext.cpp
|