llvm-project/lldb/source/Expression
David Blaikie a322f36cfd Make lldb -Werror clean for -Wstring-conversion
Also found/fixed one bug identified by this warning in
RenderScriptx86ABIFixups.cpp where a string literal was being used in an
effort to provide a name for an instruction/register, but was instead
being passed as the bool 'isVolatile' parameter.

llvm-svn: 291198
2017-01-06 00:38:06 +00:00
..
CMakeLists.txt [CMake] NFC. Updating CMake dependency specifications 2016-11-18 23:31:53 +00:00
DWARFExpression.cpp Use the right dwarf attributes for parsing location list entries (fixup for r285441) 2016-10-31 11:53:13 +00:00
DiagnosticManager.cpp Make DiagnosticsManager functions take StringRefs. 2016-11-12 19:12:56 +00:00
Expression.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
ExpressionSourceCode.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ExpressionVariable.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
FunctionCaller.cpp Make DiagnosticsManager functions take StringRefs. 2016-11-12 19:12:56 +00:00
IRDynamicChecks.cpp Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 20:34:10 +00:00
IRExecutionUnit.cpp Expression evaluation for overloaded C functions (redux) 2016-12-19 17:22:44 +00:00
IRInterpreter.cpp Make lldb -Werror clean for -Wstring-conversion 2017-01-06 00:38:06 +00:00
IRMemoryMap.cpp Silence some -Wstring-conversion warnings 2017-01-05 13:18:42 +00:00
LLVMUserExpression.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
Materializer.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
REPL.cpp Use Timeout<> in EvaluateExpressionOptions class 2016-12-06 11:24:51 +00:00
UserExpression.cpp Convert some Expression parser functions to StringRef. 2016-11-08 04:52:16 +00:00
UtilityFunction.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00