llvm-project/lldb/source
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
..
API [Expressions] Add support of expressions evaluation in some object's context 2019-02-05 09:14:36 +00:00
Breakpoint [Expressions] Add support of expressions evaluation in some object's context 2019-02-05 09:14:36 +00:00
Commands [Expressions] Add support of expressions evaluation in some object's context 2019-02-05 09:14:36 +00:00
Core Make Type::GetByteSize optional (NFC) 2019-01-29 17:52:34 +00:00
DataFormatters Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Expression [Expressions] Add support of expressions evaluation in some object's context 2019-02-05 09:14:36 +00:00
Host Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host 2019-02-04 14:28:08 +00:00
Initialization [Reproducers] Add file provider 2019-01-29 20:36:38 +00:00
Interpreter Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Plugins [Expressions] Fix -Wreorder warning from r353149 2019-02-05 11:35:45 +00:00
Symbol [Expressions] Add support of expressions evaluation in some object's context 2019-02-05 09:14:36 +00:00
Target [Expressions] Add support of expressions evaluation in some object's context 2019-02-05 09:14:36 +00:00
Utility [Scalar] Remove partially wrong and unused functions. 2019-01-30 18:40:05 +00:00
CMakeLists.txt Revert "[CMake] Unify scripts for generating VCS headers" 2019-01-31 07:12:43 +00:00
lldb.cpp Revert "[CMake] Unify scripts for generating VCS headers" 2019-01-31 07:12:43 +00:00