llvm-project/lldb
Krasimir Georgiev 7ffc4681ca [Expressions] Fix -Wreorder warning from r353149
Summary:
```
ClangExpressionDeclMap.cpp:72:60: error: field 'm_struct_vars' will be initialized after field 'm_ctx_obj' [-Werror,-Wreorder]
      m_result_delegate(result_delegate), m_parser_vars(), m_struct_vars(),
```

Reviewers: bkramer, aleksandr.urakov

Reviewed By: aleksandr.urakov

Subscribers: aleksandr.urakov

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

llvm-svn: 353161
2019-02-05 11:35:45 +00:00
..
cmake [CMake] Accept entitlements for code signing in add_lldb_library() 2019-01-30 15:13:16 +00:00
docs Add LLDB website and documentation in reStructuredText for Sphinx 2019-01-30 18:51:40 +00:00
examples Fix use of non-existing variable in crashlog.py 2019-01-31 17:33:17 +00:00
include/lldb [Expressions] Add support of expressions evaluation in some object's context 2019-02-05 09:14:36 +00:00
lit [PDB] Fix location retrieval for function local variables and arguments that are 2019-02-01 10:01:18 +00:00
lldb.xcodeproj Fix the xcode build for r352845, attempt #2 2019-02-01 19:31:02 +00:00
lldb.xcworkspace Add FileCollector + test to Xcode project. 2019-01-29 23:48:53 +00:00
packages/Python/lldbsuite [Expressions] Add support of expressions evaluation in some object's context 2019-02-05 09:14:36 +00:00
resources [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
scripts [Expressions] Add support of expressions evaluation in some object's context 2019-02-05 09:14:36 +00:00
source [Expressions] Fix -Wreorder warning from r353149 2019-02-05 11:35:45 +00:00
test [CMake] Fix lldb-test-depends target 2019-01-17 22:25:20 +00:00
third_party/Python/module [dotest] Consider unexpected passes as failures. 2018-12-20 20:44:23 +00:00
tools [CMake] Add code signing for lldb-server on iOS 2019-01-28 16:57:23 +00:00
unittests Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host 2019-02-04 14:28:08 +00:00
utils Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
www Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
.arcconfig
.clang-format
.gitignore [dotest] Remove crashinfo hook 2018-01-10 10:18:47 +00:00
CMakeLists.txt [CMake] Fix lldb-test-depends target 2019-01-17 22:25:20 +00:00
CODE_OWNERS.txt Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
INSTALL.txt Changed builld-llvm.py to use .json files 2017-02-23 02:21:34 +00:00
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
use_lldb_suite_root.py