llvm-project/lldb/source/Expression
Chris Bieneman 494f277af5 [CMake] Add accurate dependency specifications
Summary:
This patch adds accurate dependency specifications to the mail LLDB libraries and tools.

In all cases except lldb-server, these dependencies are added in addition to existing dependencies (making this low risk), and I performed some code cleanup along the way.

For lldb-server I've cleaned up the LLVM dependencies down to just the minimum actually required. This is more than lldb-server actually directly references, and I've left a todo in the code to clean that up.

Reviewers: labath, zturner

Subscribers: lldb-commits, danalbert, srhines, ki.stfu, mgorny, jgosnell

Differential Revision: https://reviews.llvm.org/D29333

llvm-svn: 293686
2017-01-31 20:43:05 +00:00
..
CMakeLists.txt [CMake] Add accurate dependency specifications 2017-01-31 20:43:05 +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