зеркало из https://github.com/microsoft/clang-1.git
Fix bug discovered with address sanitizer.
Now, this works again with an empty stack. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178779 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
740991bdf8
Коммит
abfc9c160a
|
@ -927,11 +927,11 @@ private:
|
|||
}
|
||||
|
||||
// Remove scopes created by fake parenthesis.
|
||||
unsigned VariablePos = State.Stack.back().VariablePos;
|
||||
for (unsigned i = 0, e = Current.FakeRParens; i != e; ++i) {
|
||||
unsigned VariablePos = State.Stack.back().VariablePos;
|
||||
State.Stack.pop_back();
|
||||
State.Stack.back().VariablePos = VariablePos;
|
||||
}
|
||||
State.Stack.back().VariablePos = VariablePos;
|
||||
|
||||
if (Current.is(tok::string_literal)) {
|
||||
State.StartOfStringLiteral = State.Column;
|
||||
|
|
Загрузка…
Ссылка в новой задаче