commit | e1ceee0a1dd5abba6b428d3769587edd86648c2b | [log] [tgz] |
---|---|---|
author | Chandler Carruth <chandlerc@gmail.com> | Thu Sep 01 09:31:02 2016 +0000 |
committer | Chandler Carruth <chandlerc@gmail.com> | Thu Sep 01 09:31:02 2016 +0000 |
tree | f25e29c9451d62e4fd8364178756e4653ac67d73 | |
parent | 16a76ce5f337a9957c67e3ff07ef0e8d43afcf32 [diff] |
[Support] Fix a warning introduced in r280339 due to the member initializers not being in the same order as the members. Specifically, 'preg' is the first member followed by 'error', so they will be initialized in that order and should be written in the member initializer list in that order. For the constructor in question, there is no change in behavior. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280345 91177308-0d34-0410-b5e6-96231b3b80d8